Skip to content

Commit

Permalink
Add remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyIX committed Jun 3, 2024
1 parent 452c69e commit cf8ef0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Core/src/Fonts/FontManager.Windows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ public class FontManager : IFontManager
readonly IFontRegistrar _fontRegistrar;
readonly IServiceProvider? _serviceProvider;

/// <remarks>Value is cached to avoid the performance hit of accessing <see cref="ResourceDictionary"/> many times.</remarks>
FontFamily? _defaultFontFamily;

/// <remarks>Value is cached to avoid the performance hit of accessing <see cref="ResourceDictionary"/> many times.</remarks>
double? _defaultFontSize;

/// <summary>
Expand Down

0 comments on commit cf8ef0a

Please sign in to comment.