3 references to GetOwners
PresentationFramework (3)
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (3)
279return GetOwners<FrameworkElement>(dictionary.FrameworkElementOwners, EmptyFrameworkElementList); 284return GetOwners<FrameworkContentElement>(dictionary.FrameworkContentElementOwners, EmptyFrameworkContentElementList); 289return GetOwners<Application>(dictionary.ApplicationOwners, EmptyApplicationList);