11 references to IsValid
ReachFramework (11)
AlphaFlattener\BrushProxy.cs (7)
2853if (!Utility.IsValid(stop.Offset)) 3644Utility.IsValid(a) && Utility.IsValid(r) && Utility.IsValid(g) && Utility.IsValid(b), 3710Debug.Assert(Utility.IsValid(opacity), "Opacity comes from BrushProxy, should be valid"); 4179Debug.Assert(Utility.IsValid(opacity), "Opacity comes from BrushProxy, should be valid");
AlphaFlattener\Flattener.cs (2)
86Debug.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)
80Debug.Assert(Utility.IsValid(opacity), "Invalid opacity should clip subtree");