2 writes to _pixelsPerDip
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
753_pixelsPerDip = dpiInfo.PixelsPerDip; 1165set { _pixelsPerDip = value; }
3 references to _pixelsPerDip
PresentationFramework (3)
System\Windows\Documents\FlowDocument.cs (3)
751if (dpiInfo.PixelsPerDip != _pixelsPerDip) 756StructuralCache.TextFormatterHost.PixelsPerDip = _pixelsPerDip; 1164get { return _pixelsPerDip; }