4 references to VerticalScrollBarArrowHeightForDpi
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
291
btnDropDown.Size = DpiHelper.EnableDpiChangedHighDpiImprovements ? new Size(SystemInformation.
VerticalScrollBarArrowHeightForDpi
(this.deviceDpi), RowHeight) : new Size(SystemInformation.VerticalScrollBarArrowHeight, RowHeight);
315
btnDialog.Size = DpiHelper.EnableDpiChangedHighDpiImprovements ? new Size(SystemInformation.
VerticalScrollBarArrowHeightForDpi
(this.deviceDpi), RowHeight) : new Size(SystemInformation.VerticalScrollBarArrowHeight, RowHeight);
4426
Size sizeBtn = DpiHelper.EnableDpiChangedHighDpiImprovements? new Size(SystemInformation.
VerticalScrollBarArrowHeightForDpi
(this.deviceDpi), RowHeight):
5187
btnDropDown.Size = new Size(SystemInformation.
VerticalScrollBarArrowHeightForDpi
(this.deviceDpi), RowHeight);