2 writes to _pixelsPerDip
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
761_pixelsPerDip = dpiInfo.PixelsPerDip; 1173set { _pixelsPerDip = value; }
3 references to _pixelsPerDip
PresentationFramework (3)
src\Framework\System\Windows\Documents\FlowDocument.cs (3)
759if (dpiInfo.PixelsPerDip != _pixelsPerDip) 764StructuralCache.TextFormatterHost.PixelsPerDip = _pixelsPerDip; 1172get { return _pixelsPerDip; }