8 references to UnresolvedChildren
System.Xaml (8)
System\Xaml\Context\NameFixupGraph.cs (6)
76Debug.Assert(fixupToken.FixupType == FixupType.UnresolvedChildren || 86Debug.Assert(fixupToken.FixupType != FixupType.UnresolvedChildren && 141token.FixupType == FixupType.UnresolvedChildren) 243token.FixupType = FixupType.UnresolvedChildren; 296token.FixupType == FixupType.UnresolvedChildren) 434Debug.Assert(outEdge.FixupType == FixupType.UnresolvedChildren);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2228token.FixupType = FixupType.UnresolvedChildren; 2426else if (token.FixupType != FixupType.UnresolvedChildren)