1 write to dpiScale
PresentationCore (1)
MS\Internal\DpiScale2.cs (1)
22this.dpiScale = dpiScale;
7 references to dpiScale
PresentationCore (7)
MS\Internal\DpiScale2.cs (7)
40get { return this.dpiScale.DpiScaleX; } 48get { return this.dpiScale.DpiScaleY; } 56get { return this.dpiScale.PixelsPerDip; } 64get { return this.dpiScale.PixelsPerInchX; } 72get { return this.dpiScale.PixelsPerInchY; } 83return dpiScale2.dpiScale; 157return this.Equals(dpiScale2.dpiScale);