11 references to IsValid
ReachFramework (11)
AlphaFlattener\BrushProxy.cs (7)
2854
if (!Utility.
IsValid
(stop.Offset))
3643
Utility.
IsValid
(a) && Utility.
IsValid
(r) && Utility.
IsValid
(g) && Utility.
IsValid
(b),
3709
Debug.Assert(Utility.
IsValid
(opacity), "Opacity comes from BrushProxy, should be valid");
4178
Debug.Assert(Utility.
IsValid
(opacity), "Opacity comes from BrushProxy, should be valid");
AlphaFlattener\Flattener.cs (2)
87
Debug.Assert(Utility.
IsValid
(opacity) && Utility.
IsValid
(tree.Opacity), "Invalid opacity encountered, should've been normalized in conversion to Primitive");
AlphaFlattener\Utility.cs (1)
2114
return
IsValid
(value) && IsFinite(value);
Serialization\DrawingContextFlattener.cs (1)
81
Debug.Assert(Utility.
IsValid
(opacity), "Invalid opacity should clip subtree");