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