5 references to RefreshProperties
System (1)
compmod\system\componentmodel\design\RefreshPropertiesAttribute.cs (1)
74
return(((RefreshPropertiesAttribute)value).
RefreshProperties
== refresh);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
603
if (refreshPropertiesAttribute != null && refreshPropertiesAttribute.
RefreshProperties
== RefreshProperties.All)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
603
if (refreshPropertiesAttribute != null && refreshPropertiesAttribute.
RefreshProperties
== RefreshProperties.All)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
421
if ((refreshAttr != null && !refreshAttr.
RefreshProperties
.Equals(RefreshProperties.None))) {
691
bool needsRefresh = wasExpanded || (refreshAttr != null && !refreshAttr.
RefreshProperties
.Equals(RefreshProperties.None));