1 write to FixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
213
pageStructure.
FixedSOMPage
= pageConstructor.FixedSOMPage;
4 references to FixedSOMPage
PresentationFramework (4)
System\Windows\Documents\FixedPage.cs (2)
1180
if (pageStructure.
FixedSOMPage
!= null)
1182
pageStructure.
FixedSOMPage
.Render(dc, null, (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection);
System\Windows\Documents\FixedTextBuilder.cs (2)
896
pageStructure.
FixedSOMPage
.MarkupOrder = fixedNodes;
900
_CreateFlowNodes(pageStructure.
FixedSOMPage
, flowBuilder);