22 references to GetXamlType
PresentationFramework (22)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
812
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
878
XamlType xamlType = BamlSchemaContext.
GetXamlType
(keyId);
1086
_xamlNodesWriter.WriteValue(BamlSchemaContext.
GetXamlType
(typeId).UnderlyingType);
1092
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(typeId)));
1136
type = BamlSchemaContext.
GetXamlType
(typeId);
1306
XamlType type = _context.SchemaContext.
GetXamlType
(typeId);
1543
Type type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16()).UnderlyingType;
1635
XamlType extensionType = BamlSchemaContext.
GetXamlType
((short)(-extensionTypeId));
1676
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1692
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1785
typeExtensionType = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1792
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(valueId)));
1821
value = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1849
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
1934
XamlType xamlType = BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId);
1941
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId)));
2600
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);
637
xamlMember =
GetXamlType
(typeId).GetMember(propertyName);
System\Windows\Markup\DependencyPropertyConverter.cs (1)
127
type = schemaContext.
GetXamlType
(reader.ReadInt16()).UnderlyingType;