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