2 writes to _pixelsPerDip
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
752_pixelsPerDip = dpiInfo.PixelsPerDip; 1158set { _pixelsPerDip = value; }
3 references to _pixelsPerDip
PresentationFramework (3)
System\Windows\Documents\FlowDocument.cs (3)
750if (dpiInfo.PixelsPerDip != _pixelsPerDip) 755StructuralCache.TextFormatterHost.PixelsPerDip = _pixelsPerDip; 1157get { return _pixelsPerDip; }