3 references to Create
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
196
FixedNode fn = FixedNode.
Create
(((FixedNode)_fixedNodes[0]).Page, childIndex);
src\Framework\System\Windows\Documents\FixedNode.cs (1)
99
return FixedNode.
Create
(pageIndex, childPath);
src\Framework\System\Windows\Documents\FixedPage.cs (1)
1087
return FixedNode.
Create
(pageIndex, _CreateChildIndex(e));