9 references to Virtual
PresentationFramework (9)
System\Windows\Documents\FixedFlowMap.cs (1)
162Debug.Assert(flowOld.Type == FlowNodeType.Virtual || flowNew != null);
System\Windows\Documents\FixedPageStructure.cs (5)
39_flowStart = new FlowNode(FixedFlowMap.FlowOrderVirtualScopeId, FlowNodeType.Virtual, pageIndex); 203Debug.Assert(flowStart != null && flowStart.Type != FlowNodeType.Virtual); 204Debug.Assert(flowEnd != null && flowEnd.Type != FlowNodeType.Virtual); 465case FlowNodeType.Virtual : 730return (_flowStart != null && _flowStart.Type != FlowNodeType.Virtual);
System\Windows\Documents\FixedTextContainer.cs (1)
373else if (flowNode.Type == FlowNodeType.Virtual || flowNode.Type == FlowNodeType.Noop)
System\Windows\Documents\FlowNode.cs (1)
160case FlowNodeType.Virtual:
System\Windows\Documents\FlowPosition.cs (1)
449return (flowNode.Type == FlowNodeType.Virtual);