3 references to FLAG_LABEL_BOLD
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (2)
66
this.SetFlag(GridEntry.
FLAG_LABEL_BOLD
,true);
211
bool bold = ((this.Flags & GridEntry.
FLAG_LABEL_BOLD
) != 0);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1875
bool fBold = ((this.Flags & GridEntry.
FLAG_LABEL_BOLD
) != 0);