3 references to GetBaseFont
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1816return GridEntryHost.GetBaseFont();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1468baseHfont = GetBaseFont().ToHfont(); 6014SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText(this.gridView.ownerGrid, g, editor.Text, gridView.GetBaseFont());