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