1 instantiation of ResourceDictionaryUnloadedEventArgs
PresentationFramework (1)
System\Windows\SystemResources.cs (1)
601SystemResources.ThemedDictionaryUnloaded?.Invoke(null, new ResourceDictionaryUnloadedEventArgs(info));
2 references to ResourceDictionaryUnloadedEventArgs
PresentationFramework (2)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (1)
110public static event EventHandler<ResourceDictionaryUnloadedEventArgs> ThemedResourceDictionaryUnloaded
System\Windows\SystemResources.cs (1)
1710internal static event EventHandler<ResourceDictionaryUnloadedEventArgs> ThemedDictionaryUnloaded;