1 write to _ownerGrid
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
44
_ownerGrid
= owner;
3 references to _ownerGrid
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (3)
54
control.UseCompatibleTextRenderingInternal =
_ownerGrid
.UseCompatibleTextRendering;
301
SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText(
_ownerGrid
, g, _detailsButton.Text, _detailsButton.Font);
304
_detailsButton.Width = (int)Math.Ceiling(detailsWidth * (
_ownerGrid
.UseCompatibleTextRendering ? 1.15f : 1.4f));