7 references to DummyProxy
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (1)
725
if (node is
DummyProxy
)
MS\Internal\Documents\TableColumnCollectionInternal.cs (3)
140
if (item.Parent is
DummyProxy
)
184
DummyProxy
proxy = item.Parent as
DummyProxy
;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
262
if (item.Parent is
DummyProxy
)
319
if (item.Parent is
DummyProxy
)
335
if (enumChildren.Current is TElementType || enumChildren.Current is
DummyProxy
)