8 references to Start
PresentationFramework (8)
System\Windows\Documents\FixedPageStructure.cs (1)
469
case FlowNodeType.
Start
:
System\Windows\Documents\FixedTextBuilder.cs (2)
367
Debug.Assert(fn.Type == FlowNodeType.
Start
);
1598
FlowNode startNode = new FlowNode(_NewScopeId(), FlowNodeType.
Start
, _pageIndex);
System\Windows\Documents\FlowNode.cs (1)
148
case FlowNodeType.
Start
:
System\Windows\Documents\FlowPosition.cs (4)
239
Debug.Assert(type == FlowNodeType.Object || type == FlowNodeType.Noop || type == FlowNodeType.
Start
|| type == FlowNodeType.End);
480
return (_flowNode.Type == FlowNodeType.
Start
);
498
return (t == FlowNodeType.
Start
|| t == FlowNodeType.End || t == FlowNodeType.Object);
761
case FlowNodeType.
Start
: