3 references to None
System (1)
compmod\system\componentmodel\design\RefreshPropertiesAttribute.cs (1)
44public static readonly RefreshPropertiesAttribute Default = new RefreshPropertiesAttribute(RefreshProperties.None);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
421if ((refreshAttr != null && !refreshAttr.RefreshProperties.Equals(RefreshProperties.None))) { 691bool needsRefresh = wasExpanded || (refreshAttr != null && !refreshAttr.RefreshProperties.Equals(RefreshProperties.None));