8 references to Start
PresentationFramework (8)
System\Windows\Documents\FixedPageStructure.cs (1)
470
case FlowNodeType.
Start
:
System\Windows\Documents\FixedTextBuilder.cs (2)
368
Debug.Assert(fn.Type == FlowNodeType.
Start
);
1603
FlowNode startNode = new FlowNode(_NewScopeId(), FlowNodeType.
Start
, _pageIndex);
System\Windows\Documents\FlowNode.cs (1)
149
case FlowNodeType.
Start
:
System\Windows\Documents\FlowPosition.cs (4)
240
Debug.Assert(type == FlowNodeType.Object || type == FlowNodeType.Noop || type == FlowNodeType.
Start
|| type == FlowNodeType.End);
481
return (_flowNode.Type == FlowNodeType.
Start
);
499
return (t == FlowNodeType.
Start
|| t == FlowNodeType.End || t == FlowNodeType.Object);
762
case FlowNodeType.
Start
: