3 references to Root
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlResourceSerializer.cs (2)
63
Debug.Assert(tree != null && tree.
Root
!= null, "The tree to be serialized is null.");
69
_bamlTreeStack.Push(tree.
Root
);
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
32
Debug.Assert(tree != null && tree.
Root
!= null, "Empty Tree!");