4 references to CurrentAutoScaleDimensions
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
137
SizeF current =
CurrentAutoScaleDimensions
;
983
_autoScaleDimensions =
CurrentAutoScaleDimensions
;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DocumentDesigner.cs (2)
71
return c.
CurrentAutoScaleDimensions
;
115
c.AutoScaleDimensions = c.
CurrentAutoScaleDimensions
;