9 references to Virtual
PresentationFramework (9)
System\Windows\Documents\FixedFlowMap.cs (1)
168Debug.Assert(flowOld.Type == FlowNodeType.Virtual || flowNew != null);
System\Windows\Documents\FixedPageStructure.cs (5)
45_flowStart = new FlowNode(FixedFlowMap.FlowOrderVirtualScopeId, FlowNodeType.Virtual, pageIndex); 209Debug.Assert(flowStart != null && flowStart.Type != FlowNodeType.Virtual); 210Debug.Assert(flowEnd != null && flowEnd.Type != FlowNodeType.Virtual); 471case FlowNodeType.Virtual : 736return (_flowStart != null && _flowStart.Type != FlowNodeType.Virtual);
System\Windows\Documents\FixedTextContainer.cs (1)
382else if (flowNode.Type == FlowNodeType.Virtual || flowNode.Type == FlowNodeType.Noop)
System\Windows\Documents\FlowNode.cs (1)
163case FlowNodeType.Virtual:
System\Windows\Documents\FlowPosition.cs (1)
453return (flowNode.Type == FlowNodeType.Virtual);