19 references to Scaling
Microsoft.Maui.Controls (19)
Shapes\Matrix.cs (19)
240 case MatrixTypes.Scaling: 241 case MatrixTypes.Scaling | MatrixTypes.Translation: 266 case MatrixTypes.Scaling: 276 case MatrixTypes.Scaling | MatrixTypes.Translation: 320 MatrixTypes.Scaling); 327 _type |= MatrixTypes.Scaling; 416 MatrixTypes.Scaling); 423 _type |= MatrixTypes.Scaling; 504 case MatrixTypes.Scaling: 505 case MatrixTypes.Scaling | MatrixTypes.Translation: 530 case MatrixTypes.Scaling: 534 case MatrixTypes.Scaling | MatrixTypes.Translation: 580 MatrixTypes.Scaling | MatrixTypes.Translation); 591 MatrixTypes.Scaling); 660 _type = MatrixTypes.Scaling; 668 if (0 == (_type & (MatrixTypes.Translation | MatrixTypes.Scaling))) 707 if (0 != (matrixType & MatrixTypes.Scaling)) 798 matrix1._type = MatrixTypes.Scaling | MatrixTypes.Translation; 822 matrix1._type = MatrixTypes.Translation | MatrixTypes.Scaling;