5 instantiations of EnumeratorWrapper
PresentationFramework (5)
src\Framework\System\Windows\LogicalTreeHelper.cs (5)
167return new EnumeratorWrapper(fe.LogicalChildren); 173return new EnumeratorWrapper(fce.LogicalChildren); 189return new EnumeratorWrapper(current.LogicalChildren); 202return new EnumeratorWrapper(current.LogicalChildren); 522_emptyInstance = new EnumeratorWrapper(null);
3 references to EnumeratorWrapper
PresentationFramework (3)
src\Framework\System\Windows\LogicalTreeHelper.cs (3)
176return EnumeratorWrapper.Empty; 516internal static EnumeratorWrapper Empty 529static EnumeratorWrapper _emptyInstance;