21 writes to _type
Microsoft.Maui.Controls (21)
Shapes\Matrix.cs (21)
41
_type
= MatrixTypes.Unknown;
53
_type
= MatrixTypes.Identity;
189
_type
|= MatrixTypes.Translation;
327
_type
|= MatrixTypes.Scaling;
359
_type
= MatrixTypes.Unknown;
390
_type
= MatrixTypes.Unknown;
423
_type
|= MatrixTypes.Scaling;
457
_type
|= MatrixTypes.Translation;
491
_type
|= MatrixTypes.Translation;
645
_type
= type;
650
_type
= 0;
654
_type
= MatrixTypes.Unknown;
660
_type
= MatrixTypes.Scaling;
665
_type
|= MatrixTypes.Translation;
670
_type
= MatrixTypes.Identity;
775
matrix1.
_type
|= MatrixTypes.Translation;
794
matrix1.
_type
= MatrixTypes.Unknown;
798
matrix1.
_type
= MatrixTypes.Scaling | MatrixTypes.Translation;
822
matrix1.
_type
= MatrixTypes.Translation | MatrixTypes.Scaling;
864
_type
= MatrixTypes.Translation
874
matrix.
_type
|= MatrixTypes.Translation;
32 references to _type
Microsoft.Maui.Controls (32)
Shapes\Matrix.cs (32)
61
return
_type
== MatrixTypes.Identity ||
172
if (
_type
== MatrixTypes.Identity)
179
else if (
_type
== MatrixTypes.Unknown)
235
switch (
_type
)
262
switch (
_type
)
304
if (
_type
== MatrixTypes.Identity)
315
if (
_type
== MatrixTypes.Identity)
325
if (
_type
!= MatrixTypes.Unknown)
338
if (
_type
== MatrixTypes.Identity)
349
if (
_type
== MatrixTypes.Identity)
369
if (
_type
== MatrixTypes.Identity)
380
if (
_type
== MatrixTypes.Identity)
400
if (
_type
== MatrixTypes.Identity)
411
if (
_type
== MatrixTypes.Identity)
421
if (
_type
!= MatrixTypes.Unknown)
434
if (
_type
== MatrixTypes.Identity)
445
if (
_type
== MatrixTypes.Identity)
455
if (
_type
!= MatrixTypes.Unknown)
468
if (
_type
== MatrixTypes.Identity)
479
if (
_type
== MatrixTypes.Identity)
489
if (
_type
!= MatrixTypes.Unknown)
499
switch (
_type
)
522
switch (
_type
)
668
if (0 == (
_type
& (MatrixTypes.Translation | MatrixTypes.Scaling)))
677
_offsetX == other._offsetX && _offsetY == other._offsetY &&
_type
== other.
_type
&& _padding == other._padding;
683
_offsetX.GetHashCode() ^ _offsetY.GetHashCode() ^
_type
.GetHashCode() ^ _padding.GetHashCode();
699
MatrixTypes matrixType = matrix.
_type
;
754
MatrixTypes type1 = matrix1.
_type
;
755
MatrixTypes type2 = matrix2.
_type
;
860
if (matrix.
_type
== MatrixTypes.Identity)
872
if (matrix.
_type
!= MatrixTypes.Unknown)