22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
817
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
883
XamlType xamlType = BamlSchemaContext.
GetXamlType
(keyId);
1091
_xamlNodesWriter.WriteValue(BamlSchemaContext.
GetXamlType
(typeId).UnderlyingType);
1097
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(typeId)));
1141
type = BamlSchemaContext.
GetXamlType
(typeId);
1311
XamlType type = _context.SchemaContext.
GetXamlType
(typeId);
1548
Type type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16()).UnderlyingType;
1640
XamlType extensionType = BamlSchemaContext.
GetXamlType
((short)(-extensionTypeId));
1681
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1697
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1790
typeExtensionType = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1797
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(valueId)));
1826
value = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1854
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
1939
XamlType xamlType = BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId);
1946
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId)));
2605
XamlType declaringType = BamlSchemaContext.
GetXamlType
(reader.ReadInt16());
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
214
XamlType declaringType =
GetXamlType
(bamlProperty.DeclaringTypeId);
268
declaringType =
GetXamlType
(bamlProperty.DeclaringTypeId);
299
return
GetXamlType
(bamlProperty.DeclaringTypeId);
650
xamlMember =
GetXamlType
(typeId).GetMember(propertyName);
System\Windows\Markup\DependencyPropertyConverter.cs (1)
136
type = schemaContext.
GetXamlType
(reader.ReadInt16()).UnderlyingType;