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