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
&&
141
token.FixupType == FixupType.
UnresolvedChildren
)
243
token.FixupType = FixupType.
UnresolvedChildren
;
296
token.FixupType == FixupType.
UnresolvedChildren
)
434
Debug.Assert(outEdge.FixupType == FixupType.
UnresolvedChildren
);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
2228
token.FixupType = FixupType.
UnresolvedChildren
;
2426
else if (token.FixupType != FixupType.
UnresolvedChildren
)