9 references to Logic_GetFullyQualifiedNameForType
PresentationFramework (9)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (9)
1097
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(typeId)));
1225
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(SchemaContext.GetXamlType(record.KeyType)));
1261
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(SchemaContext.GetXamlType(keyRecord.KeyType)));
1801
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(valueId)));
1871
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(type));
1950
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(optimizedResource.KeyId)));
2030
$"{
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetPropertyDeclaringType(propertyId))}.{BamlSchemaContext.GetPropertyName(propertyId, false)}";
2601
return $"{
Logic_GetFullyQualifiedNameForType
(declaringType)}.{propertyName}";
2646
currentText = $"{
Logic_GetFullyQualifiedNameForType
(type)}.";