7 references to KeyType
PresentationFramework (7)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
1216
else if (record.
KeyType
!= null)
1220
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(record.
KeyType
)));
1246
if (keyRecord.
KeyType
!= null)
1250
_xamlNodesWriter.WriteValue(keyRecord.
KeyType
);
1256
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(keyRecord.
KeyType
)));
System\Windows\ResourceDictionary.cs (2)
1131
else if (key.
KeyType
!= null)
1133
return key.
KeyType
;