3 writes to Font
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
120 set => CurrentState.Font = value;
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (2)
136 Font = prototype.Font; 167 Font = null;
3 references to Font
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (2)
258 var textFormat = (CurrentState.Font ?? Graphics.Font.Default).ToCanvasTextFormat(CurrentState.FontSize); 316 var textFormat = (CurrentState.Font ?? Graphics.Font.Default).ToCanvasTextFormat(CurrentState.FontSize);
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (1)
136 Font = prototype.Font;