2 references to FileNameWithExtension
Microsoft.Maui (2)
Fonts\FontFile.cs (1)
20
/// <remarks>This should not include the extension. If you want the filename including the extension use <see cref="
FileNameWithExtension
()"/>.</remarks>
Fonts\FontManager.iOS.cs (1)
196
if (_fontRegistrar.GetFont(fontFile.
FileNameWithExtension
()) is string filePath)