2 writes to _rootElement
PresentationFramework (2)
System\Windows\ResourceDictionary.cs (2)
1103
_rootElement
= deferrableContent.RootObject;
2519
_rootElement
= loadedRD._rootElement;
4 references to _rootElement
PresentationFramework (4)
System\Windows\ResourceDictionary.cs (4)
1376
Uri baseUri = (
_rootElement
is IUriContext) ? ((IUriContext)
_rootElement
).BaseUri : _baseUri;
1379
_rootElement
, _objectWriterSettings, baseUri);
2519
_rootElement = loadedRD.
_rootElement
;