1 write to dpiScale
PresentationCore (1)
MS\Internal\DpiScale2.cs (1)
23this.dpiScale = dpiScale;
7 references to dpiScale
PresentationCore (7)
MS\Internal\DpiScale2.cs (7)
41get { return this.dpiScale.DpiScaleX; } 49get { return this.dpiScale.DpiScaleY; } 57get { return this.dpiScale.PixelsPerDip; } 65get { return this.dpiScale.PixelsPerInchX; } 73get { return this.dpiScale.PixelsPerInchY; } 84return dpiScale2.dpiScale; 158return this.Equals(dpiScale2.dpiScale);