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)
464case FlowNodeType.Boundary :
System\Windows\Documents\FixedTextContainer.cs (1)
360if (flowNode.Type == FlowNodeType.Boundary)
System\Windows\Documents\FlowNode.cs (1)
148case FlowNodeType.Boundary:
System\Windows\Documents\FlowPosition.cs (5)
473return (_flowNode.Type == FlowNodeType.Boundary); 556if (_offset == _NodeLength || flowNode.Type == FlowNodeType.Boundary) 583if (_offset == 0 || flowNode.Type == FlowNodeType.Boundary) 669if (flow.Type != FlowNodeType.Boundary) 693if (flow.Type != FlowNodeType.Boundary)