20 references to PixelsPerDip
PresentationCore (1)
MS\Internal\DpiScale2.cs (1)
58get { return this.dpiScale.PixelsPerDip; }
PresentationFramework (19)
MS\Internal\Documents\TextBoxLine.cs (1)
46PixelsPerDip = _owner.GetDpi().PixelsPerDip;
MS\Internal\Text\Line.cs (1)
72PixelsPerDip = _owner.GetDpi().PixelsPerDip;
MS\Internal\Text\TextProperties.cs (1)
113PixelsPerDip = target.GetDpi().PixelsPerDip;
System\Windows\Documents\FixedPage.cs (1)
1280GetDpi().PixelsPerDip);
System\Windows\Documents\FixedPageStructure.cs (12)
278dpi.PixelsPerDip); 292dpi.PixelsPerDip); 309dpi.PixelsPerDip); 346dpi.PixelsPerDip); 380dpi.PixelsPerDip); 426dpi.PixelsPerDip); 442dpi.PixelsPerDip); 490dpi.PixelsPerDip); 506dpi.PixelsPerDip); 565dpi.PixelsPerDip); 634dpi.PixelsPerDip); 665fp.GetDpi().PixelsPerDip);
System\Windows\Documents\FlowDocument.cs (2)
751if (dpiInfo.PixelsPerDip != _pixelsPerDip) 753_pixelsPerDip = dpiInfo.PixelsPerDip;
System\Windows\Documents\Glyphs.cs (1)
317glyphRunProperties = new LayoutDependentGlyphRunProperties(GetDpi().PixelsPerDip);