8 references to UnresolvedChildren
System.Xaml (8)
System\Xaml\Context\NameFixupGraph.cs (6)
80Debug.Assert(fixupToken.FixupType == FixupType.UnresolvedChildren || 90Debug.Assert(fixupToken.FixupType != FixupType.UnresolvedChildren && 145token.FixupType == FixupType.UnresolvedChildren) 247token.FixupType = FixupType.UnresolvedChildren; 300token.FixupType == FixupType.UnresolvedChildren) 438Debug.Assert(outEdge.FixupType == FixupType.UnresolvedChildren);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2241token.FixupType = FixupType.UnresolvedChildren; 2439else if (token.FixupType != FixupType.UnresolvedChildren)