22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
815
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
881
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);
1550
Type type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16()).UnderlyingType;
1642
XamlType extensionType = BamlSchemaContext.
GetXamlType
((short)(-extensionTypeId));
1683
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1699
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1794
typeExtensionType = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1801
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(valueId)));
1830
value = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1858
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
1943
XamlType xamlType = BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId);
1950
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId)));
2598
XamlType declaringType = BamlSchemaContext.
GetXamlType
(reader.ReadInt16());
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
201
XamlType declaringType =
GetXamlType
(bamlProperty.DeclaringTypeId);
255
declaringType =
GetXamlType
(bamlProperty.DeclaringTypeId);
286
return
GetXamlType
(bamlProperty.DeclaringTypeId);
639
xamlMember =
GetXamlType
(typeId).GetMember(propertyName);
System\Windows\Markup\DependencyPropertyConverter.cs (1)
127
type = schemaContext.
GetXamlType
(reader.ReadInt16()).UnderlyingType;