2 instantiations of ResourceDictionaryLoadedEventArgs
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
682
SystemResources.ThemedDictionaryLoaded?.Invoke(null, new
ResourceDictionaryLoadedEventArgs
(ThemedDictionaryInfo));
740
SystemResources.GenericDictionaryLoaded?.Invoke(null, new
ResourceDictionaryLoadedEventArgs
(GenericDictionaryInfo));
4 references to ResourceDictionaryLoadedEventArgs
PresentationFramework (4)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (2)
90
public static event EventHandler<
ResourceDictionaryLoadedEventArgs
> ThemedResourceDictionaryLoaded
130
public static event EventHandler<
ResourceDictionaryLoadedEventArgs
> GenericResourceDictionaryLoaded
System\Windows\SystemResources.cs (2)
1716
internal static event EventHandler<
ResourceDictionaryLoadedEventArgs
> ThemedDictionaryLoaded;
1718
internal static event EventHandler<
ResourceDictionaryLoadedEventArgs
> GenericDictionaryLoaded;