7 references to IsOne
ReachFramework (7)
AlphaFlattener\Utility.cs (2)
246
return
IsOne
(mat.M11) && IsZero(mat.M12) &&
247
IsZero(mat.M21) &&
IsOne
(mat.M22) &&
Serialization\VisualSerializer.cs (4)
1969
if (Utility.
IsOne
(mat.M11) &&
1970
Utility.
IsOne
(mat.M22) &&
2264
if (!Utility.
IsOne
(opacity))
2371
Utility.
IsOne
(opacity) &&
Serialization\VisualTreeFlattener.cs (1)
401
if ((dg.Transform != null) || (dg.ClipGeometry != null) || (!Utility.
IsOne
(dg.Opacity)))