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