10 references to Boundary
PresentationFramework (10)
System\Windows\Documents\FixedFlowMap.cs (2)
336
_flowStart = new FlowNode(FlowOrderBoundaryScopeId, FlowNodeType.
Boundary
, null);
337
_flowEnd = new FlowNode(FlowOrderBoundaryScopeId, FlowNodeType.
Boundary
, null);
System\Windows\Documents\FixedPageStructure.cs (1)
463
case FlowNodeType.
Boundary
:
System\Windows\Documents\FixedTextContainer.cs (1)
351
if (flowNode.Type == FlowNodeType.
Boundary
)
System\Windows\Documents\FlowNode.cs (1)
147
case FlowNodeType.
Boundary
:
System\Windows\Documents\FlowPosition.cs (5)
472
return (_flowNode.Type == FlowNodeType.
Boundary
);
555
if (_offset == _NodeLength || flowNode.Type == FlowNodeType.
Boundary
)
582
if (_offset == 0 || flowNode.Type == FlowNodeType.
Boundary
)
668
if (flow.Type != FlowNodeType.
Boundary
)
692
if (flow.Type != FlowNodeType.
Boundary
)