7 references to RemoveOwner
PresentationFramework (7)
src\Framework\System\Windows\Application.cs (1)
1049oldValue.RemoveOwner(this);
src\Framework\System\Windows\FrameworkContentElement.cs (1)
297oldValue.RemoveOwner(this);
src\Framework\System\Windows\FrameworkElement.cs (1)
727oldValue.RemoveOwner(this);
src\Framework\System\Windows\ResourceDictionary.cs (4)
1941_mergedDictionaries[i].RemoveOwner(owner); 2025mergedDictionary.RemoveOwner(fe); 2037mergedDictionary.RemoveOwner(fec); 2049mergedDictionary.RemoveOwner(app);