7 references to Create
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedFlowMap.cs (2)
423
private readonly static FixedNode s_FixedStart = FixedNode.
Create
(FixedOrderStartPage, 1, FixedOrderStartVisual, -1, null);
424
private readonly static FixedNode s_FixedEnd = FixedNode.
Create
(FixedOrderEndPage, 1, FixedOrderEndVisual, -1, null);
src\Framework\System\Windows\Documents\FixedPageStructure.cs (2)
53
_fixedStart = FixedNode.
Create
(pageIndex, 1, FixedFlowMap.FixedOrderStartVisual, -1, null);
54
_fixedEnd = FixedNode.
Create
(pageIndex, 1, FixedFlowMap.FixedOrderEndVisual, -1, null);
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (3)
807
return FixedNode.
Create
(pageIndex, nestingLevel, childIndex, -1, null);
811
return FixedNode.
Create
(pageIndex, nestingLevel, level1Index, childIndex, null);
821
return FixedNode.
Create
(pageIndex, nestingLevel, -1, -1, newPath);