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)
127return ((_flags & flagValue) == flagValue);