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