2 writes to _rootElement
PresentationFramework (2)
System\Windows\ResourceDictionary.cs (2)
1102
_rootElement
= deferrableContent.RootObject;
2515
_rootElement
= loadedRD._rootElement;
4 references to _rootElement
PresentationFramework (4)
System\Windows\ResourceDictionary.cs (4)
1375
Uri baseUri = (
_rootElement
is IUriContext) ? ((IUriContext)
_rootElement
).BaseUri : _baseUri;
1378
_rootElement
, _objectWriterSettings, baseUri);
2515
_rootElement = loadedRD.
_rootElement
;