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