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