Searched defs:parents (Results 1 – 2 of 2) sorted by relevance
261 …private static bool TryFindPath(object obj, Dictionary<object, IEnumerable<object>> parents, Type … in TryFindPath()266 …bool TryFindPathInnerRecursive(object obj, Dictionary<object, IEnumerable<object>> parents, List<o… in TryFindPathInnerRecursive()
586 private void RegisterInParents(DeviceInfo device, IDictionary<string, IPeripheral> parents) in RegisterInParents()