1 write to ownerGrid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
77
ownerGrid
= owner;
3 references to ownerGrid
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
93
c.UseCompatibleTextRenderingInt =
ownerGrid
.UseCompatibleTextRendering;
322
SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText( this.
ownerGrid
, g, detailsBtn.Text, detailsBtn.Font);
325
detailsBtn.Width = (int) Math.Ceiling(detailsWidth * (
ownerGrid
.UseCompatibleTextRendering ? 1.15f : 1.4f));