26 references to Translation
Microsoft.Maui.Controls (26)
Shapes\Matrix.cs (26)
177 MatrixTypes.Translation); 189 _type |= MatrixTypes.Translation; 238 case MatrixTypes.Translation: 241 case MatrixTypes.Scaling | MatrixTypes.Translation: 272 case MatrixTypes.Translation: 276 case MatrixTypes.Scaling | MatrixTypes.Translation: 450 MatrixTypes.Translation); 457 _type |= MatrixTypes.Translation; 484 MatrixTypes.Translation); 491 _type |= MatrixTypes.Translation; 502 case MatrixTypes.Translation: 505 case MatrixTypes.Scaling | MatrixTypes.Translation: 526 case MatrixTypes.Translation: 534 case MatrixTypes.Scaling | MatrixTypes.Translation: 580 MatrixTypes.Scaling | MatrixTypes.Translation); 619 MatrixTypes.Translation); 665 _type |= MatrixTypes.Translation; 668 if (0 == (_type & (MatrixTypes.Translation | MatrixTypes.Scaling))) 728 if (0 != (matrixType & MatrixTypes.Translation)) 768 if (type2 == MatrixTypes.Translation) 775 matrix1._type |= MatrixTypes.Translation; 782 if (type1 == MatrixTypes.Translation) 798 matrix1._type = MatrixTypes.Scaling | MatrixTypes.Translation; 822 matrix1._type = MatrixTypes.Translation | MatrixTypes.Scaling; 864 _type = MatrixTypes.Translation 874 matrix._type |= MatrixTypes.Translation;