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