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