12 references to Refreshed
System (3)
compmod\system\componentmodel\TypeDescriptor.cs (3)
2840RefreshEventHandler handler = Volatile.Read(ref Refreshed); 2849RefreshEventHandler handler = Volatile.Read(ref Refreshed); 3078if (refreshedTypes != null && Refreshed != null)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
33TypeDescriptor.Refreshed += TypeDescriptor_Refreshed;
System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
67TypeDescriptor.Refreshed += delegate(RefreshEventArgs args)
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
33TypeDescriptor.Refreshed += TypeDescriptor_Refreshed;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
67TypeDescriptor.Refreshed += delegate(RefreshEventArgs args)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
2920TypeDescriptor.Refreshed += new RefreshEventHandler(this.OnTypeDescriptorRefreshed); 2933TypeDescriptor.Refreshed -= new RefreshEventHandler(this.OnTypeDescriptorRefreshed);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ReferenceService.cs (2)
86TypeDescriptor.Refreshed += new RefreshEventHandler(OnComponentRefreshed); 234TypeDescriptor.Refreshed -= new RefreshEventHandler(OnComponentRefreshed);
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (1)
46TypeDescriptor.Refreshed += delegate(RefreshEventArgs args)