7 references to DummyProxy
PresentationFramework (7)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
748
if (node is
DummyProxy
)
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (3)
148
if (item.Parent is
DummyProxy
)
192
DummyProxy
proxy = item.Parent as
DummyProxy
;
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
272
if (item.Parent is
DummyProxy
)
329
if (item.Parent is
DummyProxy
)
345
if (enumChildren.Current is TElementType || enumChildren.Current is
DummyProxy
)