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)
634private bool GetNeedsRefresh(int mask) => (_refreshState & mask) != 0; 693if ((_refreshState & Com2PropertyDescriptorRefresh.TypeConverterAttr) == 0 && PropertyType == typeof(Com2Variant))