2 writes to _rootElement
PresentationFramework (2)
System\Windows\ResourceDictionary.cs (2)
1111_rootElement = deferrableContent.RootObject; 2466_rootElement = loadedRD._rootElement;
4 references to _rootElement
PresentationFramework (4)
System\Windows\ResourceDictionary.cs (4)
1384Uri baseUri = (_rootElement is IUriContext) ? ((IUriContext)_rootElement).BaseUri : _baseUri; 1387_rootElement, _objectWriterSettings, baseUri); 2466_rootElement = loadedRD._rootElement;