6 references to Start
PresentationFramework (6)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
390
Debug.Assert(fn.Type == FlowNodeType.
Start
);
1638
FlowNode startNode = new FlowNode(_NewScopeId(), FlowNodeType.
Start
, _pageIndex);
src\Framework\System\Windows\Documents\FlowPosition.cs (4)
251
Debug.Assert(type == FlowNodeType.Object || type == FlowNodeType.Noop || type == FlowNodeType.
Start
|| type == FlowNodeType.End);
492
return (_flowNode.Type == FlowNodeType.
Start
);
510
return (t == FlowNodeType.
Start
|| t == FlowNodeType.End || t == FlowNodeType.Object);
773
case FlowNodeType.
Start
: