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