2 writes to _flags
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (2)
204
_flags
|= flagValue;
208
_flags
&= ~flagValue;
1 reference to _flags
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
127
return ((
_flags
& flagValue) == flagValue);