10 references to Boundary
PresentationFramework (10)
System\Windows\Documents\FixedFlowMap.cs (2)
337
_flowStart = new FlowNode(FlowOrderBoundaryScopeId, FlowNodeType.
Boundary
, null);
338
_flowEnd = new FlowNode(FlowOrderBoundaryScopeId, FlowNodeType.
Boundary
, null);
System\Windows\Documents\FixedPageStructure.cs (1)
464
case FlowNodeType.
Boundary
:
System\Windows\Documents\FixedTextContainer.cs (1)
360
if (flowNode.Type == FlowNodeType.
Boundary
)
System\Windows\Documents\FlowNode.cs (1)
148
case FlowNodeType.
Boundary
:
System\Windows\Documents\FlowPosition.cs (5)
473
return (_flowNode.Type == FlowNodeType.
Boundary
);
556
if (_offset == _NodeLength || flowNode.Type == FlowNodeType.
Boundary
)
583
if (_offset == 0 || flowNode.Type == FlowNodeType.
Boundary
)
669
if (flow.Type != FlowNodeType.
Boundary
)
693
if (flow.Type != FlowNodeType.
Boundary
)