2 instantiations of RefreshEventArgs
System (2)
compmod\system\componentmodel\TypeDescriptor.cs (2)
2844
handler(new
RefreshEventArgs
(component));
2853
handler(new
RefreshEventArgs
(type));
11 references to RefreshEventArgs
System (3)
compmod\system\componentmodel\RefreshEventArgs.cs (2)
28
/// Initializes a new instance of the <see cref='System.ComponentModel.
RefreshEventArgs
'/> class with
40
/// Initializes a new instance of the <see cref='System.ComponentModel.
RefreshEventArgs
'/> class with
compmod\system\componentmodel\RefreshEventHandler.cs (1)
15
public delegate void RefreshEventHandler(
RefreshEventArgs
e);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
36
static void TypeDescriptor_Refreshed(
RefreshEventArgs
e)
System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
67
TypeDescriptor.Refreshed += delegate(
RefreshEventArgs
args)
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
36
static void TypeDescriptor_Refreshed(
RefreshEventArgs
e)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
67
TypeDescriptor.Refreshed += delegate(
RefreshEventArgs
args)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
3449
private void OnTypeDescriptorRefreshed(
RefreshEventArgs
e) {
3458
private void OnTypeDescriptorRefreshedInvoke(
RefreshEventArgs
e) {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ReferenceService.cs (1)
196
private void OnComponentRefreshed(
RefreshEventArgs
e)
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (1)
46
TypeDescriptor.Refreshed += delegate(
RefreshEventArgs
args)