7 references to DummyProxy
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (1)
730
if (node is
DummyProxy
)
MS\Internal\Documents\TableColumnCollectionInternal.cs (3)
145
if (item.Parent is
DummyProxy
)
189
DummyProxy
proxy = item.Parent as
DummyProxy
;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
266
if (item.Parent is
DummyProxy
)
323
if (item.Parent is
DummyProxy
)
339
if (enumChildren.Current is TElementType || enumChildren.Current is
DummyProxy
)