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