1 write to _padding
Microsoft.Maui.Controls (1)
Shapes\Matrix.cs (1)
42 _padding = 0;
3 references to _padding
Microsoft.Maui.Controls (3)
Shapes\Matrix.cs (3)
677 _offsetX == other._offsetX && _offsetY == other._offsetY && _type == other._type && _padding == other._padding; 683 _offsetX.GetHashCode() ^ _offsetY.GetHashCode() ^ _type.GetHashCode() ^ _padding.GetHashCode();