5 references to KeyType
System.Xaml (5)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1340
converter = grandParentXamlType.
KeyType
.TypeConverter;
1853
Debug.WriteLine(SR.Format(SR.DictionaryFirstChanceException, ctx.ParentType, key, ctx.ParentType.
KeyType
));
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
374
Type keyType = dictionaryType.
KeyType
.UnderlyingType;
System\Xaml\XamlObjectReader.cs (1)
416
XamlType keyType = propertyType.
KeyType
;
System\Xaml\XamlType.cs (1)
928
return BaseType.
KeyType
;