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