6 references to GetNeedsRefresh
System.Windows.Forms (6)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (6)
150if (!GetNeedsRefresh(Com2PropertyDescriptorRefresh.BaseAttributes)) 273protected bool AttributesValid => !GetNeedsRefresh(Com2PropertyDescriptorRefresh.Attributes); 329if (_displayName is null || GetNeedsRefresh(Com2PropertyDescriptorRefresh.DisplayName)) 349if (!_baseReadOnly && GetNeedsRefresh(Com2PropertyDescriptorRefresh.ReadOnly)) 383=> _converter is not null && !GetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeConverter); 387=> _editor is not null && !GetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeEditor);