7 references to Virtual
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedFlowMap.cs (1)
176Debug.Assert(flowOld.Type == FlowNodeType.Virtual || flowNew != null);
src\Framework\System\Windows\Documents\FixedPageStructure.cs (4)
49_flowStart = new FlowNode(FixedFlowMap.FlowOrderVirtualScopeId, FlowNodeType.Virtual, pageIndex); 213Debug.Assert(flowStart != null && flowStart.Type != FlowNodeType.Virtual); 214Debug.Assert(flowEnd != null && flowEnd.Type != FlowNodeType.Virtual); 743return (_flowStart != null && _flowStart.Type != FlowNodeType.Virtual);
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
389else if (flowNode.Type == FlowNodeType.Virtual || flowNode.Type == FlowNodeType.Noop)
src\Framework\System\Windows\Documents\FlowPosition.cs (1)
460return (flowNode.Type == FlowNodeType.Virtual);