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