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