6 references to GetNeedsRefresh
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (6)
222
if (
GetNeedsRefresh
(Com2PropertyDescriptorRefresh.BaseAttributes)) {
341
bool currentRefresh = !
GetNeedsRefresh
(Com2PropertyDescriptorRefresh.Attributes);
451
bool currentRefresh = !(displayName == null ||
GetNeedsRefresh
(Com2PropertyDescriptorRefresh.DisplayName));
530
bool currentRefresh = !
GetNeedsRefresh
(Com2PropertyDescriptorRefresh.ReadOnly);
558
bool currentRefresh =!(converter == null ||
GetNeedsRefresh
(Com2PropertyDescriptorRefresh.TypeConverter));
571
bool currentRefresh = !(editor == null ||
GetNeedsRefresh
(Com2PropertyDescriptorRefresh.TypeEditor));