1 write to dpiScale
PresentationCore (1)
MS\Internal\DpiScale2.cs (1)
24this.dpiScale = dpiScale;
7 references to dpiScale
PresentationCore (7)
MS\Internal\DpiScale2.cs (7)
42get { return this.dpiScale.DpiScaleX; } 50get { return this.dpiScale.DpiScaleY; } 58get { return this.dpiScale.PixelsPerDip; } 66get { return this.dpiScale.PixelsPerInchX; } 74get { return this.dpiScale.PixelsPerInchY; } 85return dpiScale2.dpiScale; 159return this.Equals(dpiScale2.dpiScale);