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