1 write to FixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
220
pageStructure.
FixedSOMPage
= pageConstructor.FixedSOMPage;
4 references to FixedSOMPage
PresentationFramework (4)
System\Windows\Documents\FixedPage.cs (2)
1187
if (pageStructure.
FixedSOMPage
!= null)
1189
pageStructure.
FixedSOMPage
.Render(dc, null, (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection);
System\Windows\Documents\FixedTextBuilder.cs (2)
906
pageStructure.
FixedSOMPage
.MarkupOrder = fixedNodes;
910
_CreateFlowNodes(pageStructure.
FixedSOMPage
, flowBuilder);