22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
814
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
880
XamlType xamlType = BamlSchemaContext.
GetXamlType
(keyId);
1090
_xamlNodesWriter.WriteValue(BamlSchemaContext.
GetXamlType
(typeId).UnderlyingType);
1096
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(typeId)));
1140
type = BamlSchemaContext.
GetXamlType
(typeId);
1310
XamlType type = _context.SchemaContext.
GetXamlType
(typeId);
1549
Type type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16()).UnderlyingType;
1641
XamlType extensionType = BamlSchemaContext.
GetXamlType
((short)(-extensionTypeId));
1682
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1698
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1793
typeExtensionType = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1800
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(valueId)));
1829
value = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1857
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
1942
XamlType xamlType = BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId);
1949
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId)));
2597
XamlType declaringType = BamlSchemaContext.
GetXamlType
(reader.ReadInt16());
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
200
XamlType declaringType =
GetXamlType
(bamlProperty.DeclaringTypeId);
254
declaringType =
GetXamlType
(bamlProperty.DeclaringTypeId);
285
return
GetXamlType
(bamlProperty.DeclaringTypeId);
638
xamlMember =
GetXamlType
(typeId).GetMember(propertyName);
System\Windows\Markup\DependencyPropertyConverter.cs (1)
126
type = schemaContext.
GetXamlType
(reader.ReadInt16()).UnderlyingType;