11 references to Object
PresentationFramework (11)
System\Windows\Documents\FixedPageStructure.cs (1)
566
case FlowNodeType.
Object
:
System\Windows\Documents\FixedTextBuilder.cs (4)
493
if (flowScan.Type == FlowNodeType.
Object
)
544
if (flowStart.Type == FlowNodeType.
Object
)
552
if (flowEnd.Type == FlowNodeType.
Object
)
1513
FlowNode flowImageNode = new FlowNode(_NewScopeId(), FlowNodeType.
Object
, null);
System\Windows\Documents\FlowNode.cs (1)
150
case FlowNodeType.
Object
:
System\Windows\Documents\FlowPosition.cs (5)
239
Debug.Assert(type == FlowNodeType.
Object
|| type == FlowNodeType.Noop || type == FlowNodeType.Start || type == FlowNodeType.End);
249
if (type == FlowNodeType.
Object
&& image != null)
498
return (t == FlowNodeType.Start || t == FlowNodeType.End || t == FlowNodeType.
Object
);
517
return (_flowNode.Type == FlowNodeType.
Object
);
770
case FlowNodeType.
Object
: