5 references to GrandParentType
System.Xaml (5)
System\Xaml\Context\ServiceProviderContext.cs (1)
316
token.Target.InstanceType = _xamlContext.
GrandParentType
;
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1332
XamlType grandParentXamlType = ctx.
GrandParentType
;
1401
XamlType dictionaryType = ctx.
GrandParentType
;
1462
ctx.
GrandParentType
.IsDictionary)
2079
token.Target.InstanceType = ctx.
GrandParentType
;