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);
491
_emptyInstance = new
EnumeratorWrapper
(null);
3 references to EnumeratorWrapper
PresentationFramework (3)
System\Windows\LogicalTreeHelper.cs (3)
154
return
EnumeratorWrapper
.Empty;
485
internal static
EnumeratorWrapper
Empty
498
static
EnumeratorWrapper
_emptyInstance;