9 references to Virtual
PresentationFramework (9)
System\Windows\Documents\FixedFlowMap.cs (1)
161Debug.Assert(flowOld.Type == FlowNodeType.Virtual || flowNew != null);
System\Windows\Documents\FixedPageStructure.cs (5)
38_flowStart = new FlowNode(FixedFlowMap.FlowOrderVirtualScopeId, FlowNodeType.Virtual, pageIndex); 202Debug.Assert(flowStart != null && flowStart.Type != FlowNodeType.Virtual); 203Debug.Assert(flowEnd != null && flowEnd.Type != FlowNodeType.Virtual); 464case FlowNodeType.Virtual : 729return (_flowStart != null && _flowStart.Type != FlowNodeType.Virtual);
System\Windows\Documents\FixedTextContainer.cs (1)
364else if (flowNode.Type == FlowNodeType.Virtual || flowNode.Type == FlowNodeType.Noop)
System\Windows\Documents\FlowNode.cs (1)
159case FlowNodeType.Virtual:
System\Windows\Documents\FlowPosition.cs (1)
448return (flowNode.Type == FlowNodeType.Virtual);