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