8 references to UnresolvedChildren
System.Xaml (8)
System\Xaml\Context\NameFixupGraph.cs (6)
76
Debug.Assert(fixupToken.FixupType == FixupType.
UnresolvedChildren
||
86
Debug.Assert(fixupToken.FixupType != FixupType.
UnresolvedChildren
&&
145
token.FixupType == FixupType.
UnresolvedChildren
)
250
FixupType = FixupType.
UnresolvedChildren
,
306
token.FixupType == FixupType.
UnresolvedChildren
)
452
Debug.Assert(outEdge.FixupType == FixupType.
UnresolvedChildren
);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2291
token.FixupType = FixupType.
UnresolvedChildren
;
2499
else if (token.FixupType != FixupType.
UnresolvedChildren
)