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