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