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)
1166if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.None) 1171FixedPageStructure pageStructure = _fixedPage.FixedPageStructure; 1174if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Glyphs) 1181else if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Lines) 1189pageStructure.FixedSOMPage.Render(dc, null, (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection); 1194FlowNode[] pageNodes = _fixedPage.FixedPageStructure.FlowNodes; 1203somElement.Render(dc, flowOrder.ToString(), (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection); 1244DependencyObject ob = _fixedPage.GetElement(node); 1252GeneralTransform transform = glyphs.TransformToAncestor(_fixedPage);