1 write to _fixedPage
PresentationFramework (1)
System\Windows\Documents\FixedPage.cs (1)
1155_fixedPage = page;
9 references to _fixedPage
PresentationFramework (9)
System\Windows\Documents\FixedPage.cs (9)
1160if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.None) 1165FixedPageStructure pageStructure = _fixedPage.FixedPageStructure; 1168if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Glyphs) 1175else if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Lines) 1183pageStructure.FixedSOMPage.Render(dc, null, (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection); 1188FlowNode[] pageNodes = _fixedPage.FixedPageStructure.FlowNodes; 1197somElement.Render(dc, flowOrder.ToString(), (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection); 1238DependencyObject ob = _fixedPage.GetElement(node); 1246GeneralTransform transform = glyphs.TransformToAncestor(_fixedPage);