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)
463case FlowNodeType.Boundary :
System\Windows\Documents\FixedTextContainer.cs (1)
351if (flowNode.Type == FlowNodeType.Boundary)
System\Windows\Documents\FlowNode.cs (1)
147case FlowNodeType.Boundary:
System\Windows\Documents\FlowPosition.cs (5)
472return (_flowNode.Type == FlowNodeType.Boundary); 555if (_offset == _NodeLength || flowNode.Type == FlowNodeType.Boundary) 582if (_offset == 0 || flowNode.Type == FlowNodeType.Boundary) 668if (flow.Type != FlowNodeType.Boundary) 692if (flow.Type != FlowNodeType.Boundary)