7 references to IsOne
ReachFramework (7)
AlphaFlattener\Utility.cs (2)
235
return
IsOne
(mat.M11) && IsZero(mat.M12) &&
236
IsZero(mat.M21) &&
IsOne
(mat.M22) &&
Serialization\VisualSerializer.cs (4)
1961
if (Utility.
IsOne
(mat.M11) &&
1962
Utility.
IsOne
(mat.M22) &&
2256
if (!Utility.
IsOne
(opacity))
2363
Utility.
IsOne
(opacity) &&
Serialization\VisualTreeFlattener.cs (1)
394
if ((dg.Transform != null) || (dg.ClipGeometry != null) || (!Utility.
IsOne
(dg.Opacity)))