7 references to KeyType
PresentationFramework (7)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (5)
1235else if (record.KeyType != null) 1239_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(record.KeyType))); 1265if (keyRecord.KeyType != null) 1269_xamlNodesWriter.WriteValue(keyRecord.KeyType); 1275_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(SchemaContext.GetXamlType(keyRecord.KeyType)));
src\Framework\System\Windows\ResourceDictionary.cs (2)
1146else if (key.KeyType != null) 1148return key.KeyType;