2 writes to _rootElement
PresentationFramework (2)
System\Windows\ResourceDictionary.cs (2)
1159_rootElement = deferrableContent.RootObject; 2538_rootElement = loadedRD._rootElement;
4 references to _rootElement
PresentationFramework (4)
System\Windows\ResourceDictionary.cs (4)
1432Uri baseUri = (_rootElement is IUriContext) ? ((IUriContext)_rootElement).BaseUri : _baseUri; 1435_rootElement, _objectWriterSettings, baseUri); 2538_rootElement = loadedRD._rootElement;