8 references to UnresolvedChildren
System.Xaml (8)
System\Xaml\Context\NameFixupGraph.cs (6)
75Debug.Assert(fixupToken.FixupType == FixupType.UnresolvedChildren || 85Debug.Assert(fixupToken.FixupType != FixupType.UnresolvedChildren && 144token.FixupType == FixupType.UnresolvedChildren) 249FixupType = FixupType.UnresolvedChildren, 305token.FixupType == FixupType.UnresolvedChildren) 451Debug.Assert(outEdge.FixupType == FixupType.UnresolvedChildren);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2290token.FixupType = FixupType.UnresolvedChildren; 2498else if (token.FixupType != FixupType.UnresolvedChildren)