5 instantiations of EnumeratorWrapper
PresentationFramework (5)
System\Windows\LogicalTreeHelper.cs (5)
148return new EnumeratorWrapper(fe.LogicalChildren); 154return new EnumeratorWrapper(fce.LogicalChildren); 167return new EnumeratorWrapper(current.LogicalChildren); 177return new EnumeratorWrapper(current.LogicalChildren); 494_emptyInstance = new EnumeratorWrapper(null);
3 references to EnumeratorWrapper
PresentationFramework (3)
System\Windows\LogicalTreeHelper.cs (3)
157return EnumeratorWrapper.Empty; 488internal static EnumeratorWrapper Empty 501static EnumeratorWrapper _emptyInstance;