7 references to GetDpiScaleRatio
System.Windows.Forms (7)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (1)
96layout.CheckSize = (int)(FlatCheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
163int checkSize = (int)(FlatCheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
133: (int)(layout.CheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (2)
75double scale = GetDpiScaleRatio(); 145double scale = GetDpiScaleRatio();
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (1)
91layout.CheckSize = (int)(FlatCheckSize * GetDpiScaleRatio());
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
74layout.CheckSize = (int)(layout.CheckSize * GetDpiScaleRatio());