2 writes to flags
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4656flags = (short)((ushort)flags|(ushort)flag); 4659flags &= (short)~flag;
2 references to flags
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1508return (this.flags & flag) != 0; 4656flags = (short)((ushort)flags|(ushort)flag);