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