7 references to DummyProxy
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (1)
724
if (node is
DummyProxy
)
MS\Internal\Documents\TableColumnCollectionInternal.cs (3)
139
if (item.Parent is
DummyProxy
)
183
DummyProxy
proxy = item.Parent as
DummyProxy
;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
261
if (item.Parent is
DummyProxy
)
318
if (item.Parent is
DummyProxy
)
334
if (enumChildren.Current is TElementType || enumChildren.Current is
DummyProxy
)