2 references to GetLabelTextWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
213int labelWidth = GetLabelTextWidth(this.PropertyLabel, g, font);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1878int labelWidth = GetLabelTextWidth(strLabel, g, font);