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