3 references to Refresh
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
110
OwnerGridView?.
Refresh
(fullRefresh: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
307
OwnerGridView?.
Refresh
(fullRefresh: refreshAttribute.Equals(RefreshPropertiesAttribute.All));
686
OwnerGridView.
Refresh
(refresh is not null && refresh.Equals(RefreshPropertiesAttribute.All));