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