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