3 writes to FontSize
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
125 set => CurrentState.FontSize = value;
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (2)
137 FontSize = prototype.FontSize; 168 FontSize = 12;
5 references to FontSize
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (5)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (4)
258 var textFormat = (CurrentState.Font ?? Graphics.Font.Default).ToCanvasTextFormat(CurrentState.FontSize); 280 _rect.Y = y - CurrentState.FontSize; 281 _rect.Height = CurrentState.FontSize * 2; 316 var textFormat = (CurrentState.Font ?? Graphics.Font.Default).ToCanvasTextFormat(CurrentState.FontSize);
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvasState.cs (1)
137 FontSize = prototype.FontSize;