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