5 instantiations of EnumeratorWrapper
PresentationFramework (5)
System\Windows\LogicalTreeHelper.cs (5)
144return new EnumeratorWrapper(fe.LogicalChildren); 150return new EnumeratorWrapper(fce.LogicalChildren); 163return new EnumeratorWrapper(current.LogicalChildren); 173return new EnumeratorWrapper(current.LogicalChildren); 478_emptyInstance = new EnumeratorWrapper(null);
3 references to EnumeratorWrapper
PresentationFramework (3)
System\Windows\LogicalTreeHelper.cs (3)
153return EnumeratorWrapper.Empty; 472internal static EnumeratorWrapper Empty 485private static EnumeratorWrapper _emptyInstance;