1 write to _fixedPage
PresentationFramework (1)
System\Windows\Documents\FixedPage.cs (1)
1161
_fixedPage
= page;
9 references to _fixedPage
PresentationFramework (9)
System\Windows\Documents\FixedPage.cs (9)
1166
if (
_fixedPage
.DrawDebugVisualSelection == (int) DrawDebugVisual.None)
1171
FixedPageStructure pageStructure =
_fixedPage
.FixedPageStructure;
1174
if (
_fixedPage
.DrawDebugVisualSelection == (int) DrawDebugVisual.Glyphs)
1181
else if (
_fixedPage
.DrawDebugVisualSelection == (int) DrawDebugVisual.Lines)
1189
pageStructure.FixedSOMPage.Render(dc, null, (DrawDebugVisual)
_fixedPage
.DrawDebugVisualSelection);
1194
FlowNode[] pageNodes =
_fixedPage
.FixedPageStructure.FlowNodes;
1203
somElement.Render(dc, flowOrder.ToString(), (DrawDebugVisual)
_fixedPage
.DrawDebugVisualSelection);
1244
DependencyObject ob =
_fixedPage
.GetElement(node);
1252
GeneralTransform transform = glyphs.TransformToAncestor(
_fixedPage
);