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