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