11 references to Object
PresentationFramework (11)
System\Windows\Documents\FixedPageStructure.cs (1)
567
case FlowNodeType.
Object
:
System\Windows\Documents\FixedTextBuilder.cs (4)
494
if (flowScan.Type == FlowNodeType.
Object
)
545
if (flowStart.Type == FlowNodeType.
Object
)
553
if (flowEnd.Type == FlowNodeType.
Object
)
1518
FlowNode flowImageNode = new FlowNode(_NewScopeId(), FlowNodeType.
Object
, null);
System\Windows\Documents\FlowNode.cs (1)
151
case FlowNodeType.
Object
:
System\Windows\Documents\FlowPosition.cs (5)
240
Debug.Assert(type == FlowNodeType.
Object
|| type == FlowNodeType.Noop || type == FlowNodeType.Start || type == FlowNodeType.End);
250
if (type == FlowNodeType.
Object
&& image != null)
499
return (t == FlowNodeType.Start || t == FlowNodeType.End || t == FlowNodeType.
Object
);
518
return (_flowNode.Type == FlowNodeType.
Object
);
771
case FlowNodeType.
Object
: