10 references to AddOwner
PresentationFramework (10)
src\Framework\System\Windows\Application.cs (2)
1030resources.AddOwner(this); 1057value.AddOwner(this);
src\Framework\System\Windows\FrameworkContentElement.cs (2)
283resources.AddOwner(this); 305value.AddOwner(this);
src\Framework\System\Windows\FrameworkElement.cs (2)
691resources.AddOwner(this); 735value.AddOwner(this);
src\Framework\System\Windows\ResourceDictionary.cs (4)
1926_mergedDictionaries[i].AddOwner(owner); 1972mergedDictionary.AddOwner(fe); 1989mergedDictionary.AddOwner(fce); 2006mergedDictionary.AddOwner(app);