20 references to PixelsPerDip
PresentationCore (1)
MS\Internal\DpiScale2.cs (1)
57get { return this.dpiScale.PixelsPerDip; }
PresentationFramework (19)
MS\Internal\Documents\TextBoxLine.cs (1)
39PixelsPerDip = _owner.GetDpi().PixelsPerDip;
MS\Internal\Text\Line.cs (1)
65PixelsPerDip = _owner.GetDpi().PixelsPerDip;
MS\Internal\Text\TextProperties.cs (1)
111PixelsPerDip = target.GetDpi().PixelsPerDip;
System\Windows\Documents\FixedPage.cs (1)
1272GetDpi().PixelsPerDip);
System\Windows\Documents\FixedPageStructure.cs (12)
272dpi.PixelsPerDip); 286dpi.PixelsPerDip); 303dpi.PixelsPerDip); 340dpi.PixelsPerDip); 374dpi.PixelsPerDip); 420dpi.PixelsPerDip); 436dpi.PixelsPerDip); 484dpi.PixelsPerDip); 500dpi.PixelsPerDip); 559dpi.PixelsPerDip); 628dpi.PixelsPerDip); 659fp.GetDpi().PixelsPerDip);
System\Windows\Documents\FlowDocument.cs (2)
751if (dpiInfo.PixelsPerDip != _pixelsPerDip) 753_pixelsPerDip = dpiInfo.PixelsPerDip;
System\Windows\Documents\Glyphs.cs (1)
304glyphRunProperties = new LayoutDependentGlyphRunProperties(GetDpi().PixelsPerDip);