25 references to Com2PropertyDescriptorRefresh
System.Windows.Forms (25)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2Properties.cs (1)
222props[i].SetNeedsRefresh(Com2PropertyDescriptorRefresh.All, true);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (24)
181SetNeedsRefresh(Com2PropertyDescriptorRefresh.BaseAttributes, true); 186SetNeedsRefresh(Com2PropertyDescriptorRefresh.ReadOnly, readOnly); 222if (GetNeedsRefresh(Com2PropertyDescriptorRefresh.BaseAttributes)) { 223SetNeedsRefresh(Com2PropertyDescriptorRefresh.BaseAttributes, false); 319SetNeedsRefresh(Com2PropertyDescriptorRefresh.Attributes, false); 341bool currentRefresh = !GetNeedsRefresh(Com2PropertyDescriptorRefresh.Attributes); 346SetNeedsRefresh(Com2PropertyDescriptorRefresh.Attributes, rse.Value); 389SetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeEditor, false); 391SetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeConverter, false); 438SetNeedsRefresh(Com2PropertyDescriptorRefresh.DisplayName, false); 451bool currentRefresh = !(displayName == null || GetNeedsRefresh(Com2PropertyDescriptorRefresh.DisplayName)); 455SetNeedsRefresh(Com2PropertyDescriptorRefresh.DisplayName, rse.Value); 488SetNeedsRefresh(Com2PropertyDescriptorRefresh.ReadOnly, false); 530bool currentRefresh = !GetNeedsRefresh(Com2PropertyDescriptorRefresh.ReadOnly); 535SetNeedsRefresh(Com2PropertyDescriptorRefresh.ReadOnly, rse.Value); 558bool currentRefresh =!(converter == null || GetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeConverter)); 562SetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeConverter, rse.Value); 571bool currentRefresh = !(editor == null || GetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeEditor)); 576SetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeEditor, rse.Value); 748refreshState |= Com2PropertyDescriptorRefresh.TypeConverterAttr; 796refreshState |= Com2PropertyDescriptorRefresh.TypeEditorAttr; 845SetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeConverter, false); 847SetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeEditor, false); 967if (0 == (refreshState & Com2PropertyDescriptorRefresh.TypeConverterAttr) && this.PropertyType == typeof(Com2Variant)) {