9 references to Logic_GetFullyQualifiedNameForType
PresentationFramework (9)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (9)
1092
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(typeId)));
1220
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(SchemaContext.GetXamlType(record.KeyType)));
1256
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(SchemaContext.GetXamlType(keyRecord.KeyType)));
1792
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(valueId)));
1862
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(type));
1941
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(optimizedResource.KeyId)));
2021
$"{
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetPropertyDeclaringType(propertyId))}.{BamlSchemaContext.GetPropertyName(propertyId, false)}";
2603
return $"{
Logic_GetFullyQualifiedNameForType
(declaringType)}.{propertyName}";
2648
currentText = $"{
Logic_GetFullyQualifiedNameForType
(type)}.";