2 writes to _rootElement
PresentationFramework (2)
src\Framework\System\Windows\ResourceDictionary.cs (2)
1115_rootElement = deferrableContent.RootObject; 2511_rootElement = loadedRD._rootElement;
5 references to _rootElement
PresentationFramework (5)
src\Framework\System\Windows\ResourceDictionary.cs (5)
1401Uri baseUri = (_rootElement is IUriContext) ? ((IUriContext)_rootElement).BaseUri : _baseUri; 1409_rootElement, _objectWriterSettings, baseUri); 1420_rootElement, _objectWriterSettings, baseUri); 2511_rootElement = loadedRD._rootElement;