1 write to RootObject
PresentationFramework (1)
System\Windows\DeferrableContent.cs (1)
57
this.
RootObject
= rootObject;
2 references to RootObject
PresentationFramework (2)
System\Windows\ResourceDictionary.cs (2)
1099
Debug.Assert(deferrableContent.
RootObject
!= null);
1111
_rootElement = deferrableContent.
RootObject
;