10 references to Boundary
PresentationFramework (10)
System\Windows\Documents\FixedFlowMap.cs (2)
343_flowStart = new FlowNode(FlowOrderBoundaryScopeId, FlowNodeType.Boundary, null); 344_flowEnd = new FlowNode(FlowOrderBoundaryScopeId, FlowNodeType.Boundary, null);
System\Windows\Documents\FixedPageStructure.cs (1)
470case FlowNodeType.Boundary :
System\Windows\Documents\FixedTextContainer.cs (1)
369if (flowNode.Type == FlowNodeType.Boundary)
System\Windows\Documents\FlowNode.cs (1)
151case FlowNodeType.Boundary:
System\Windows\Documents\FlowPosition.cs (5)
477return (_flowNode.Type == FlowNodeType.Boundary); 560if (_offset == _NodeLength || flowNode.Type == FlowNodeType.Boundary) 587if (_offset == 0 || flowNode.Type == FlowNodeType.Boundary) 673if (flow.Type != FlowNodeType.Boundary) 697if (flow.Type != FlowNodeType.Boundary)