5 instantiations of EnumeratorWrapper
PresentationFramework (5)
System\Windows\LogicalTreeHelper.cs (5)
145return new EnumeratorWrapper(fe.LogicalChildren); 151return new EnumeratorWrapper(fce.LogicalChildren); 164return new EnumeratorWrapper(current.LogicalChildren); 174return new EnumeratorWrapper(current.LogicalChildren); 491_emptyInstance = new EnumeratorWrapper(null);
3 references to EnumeratorWrapper
PresentationFramework (3)
System\Windows\LogicalTreeHelper.cs (3)
154return EnumeratorWrapper.Empty; 485internal static EnumeratorWrapper Empty 498static EnumeratorWrapper _emptyInstance;