4 writes to _refreshState
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
499
_refreshState
|= Com2PropertyDescriptorRefresh.TypeConverterAttr;
538
_refreshState
|= Com2PropertyDescriptorRefresh.TypeEditorAttr;
811
_refreshState
|= mask;
815
_refreshState
&= ~mask;
2 references to _refreshState
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
634
private bool GetNeedsRefresh(int mask) => (
_refreshState
& mask) != 0;
693
if ((
_refreshState
& Com2PropertyDescriptorRefresh.TypeConverterAttr) == 0 && PropertyType == typeof(Com2Variant))