9 references to Object
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (4)
519
if (flowScan.Type == FlowNodeType.
Object
)
571
if (flowStart.Type == FlowNodeType.
Object
)
579
if (flowEnd.Type == FlowNodeType.
Object
)
1553
FlowNode flowImageNode = new FlowNode(_NewScopeId(), FlowNodeType.
Object
, null);
src\Framework\System\Windows\Documents\FlowPosition.cs (5)
251
Debug.Assert(type == FlowNodeType.
Object
|| type == FlowNodeType.Noop || type == FlowNodeType.Start || type == FlowNodeType.End);
261
if (type == FlowNodeType.
Object
&& image != null)
510
return (t == FlowNodeType.Start || t == FlowNodeType.End || t == FlowNodeType.
Object
);
529
return (_flowNode.Type == FlowNodeType.
Object
);
782
case FlowNodeType.
Object
: