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