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