4 writes to refreshState
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (4)
748
refreshState
|= Com2PropertyDescriptorRefresh.TypeConverterAttr;
796
refreshState
|= Com2PropertyDescriptorRefresh.TypeEditorAttr;
1189
refreshState
|= mask;
1192
refreshState
&= ~mask;
2 references to refreshState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
910
return(
refreshState
& mask) != 0;
967
if (0 == (
refreshState
& Com2PropertyDescriptorRefresh.TypeConverterAttr) && this.PropertyType == typeof(Com2Variant)) {