4 references to IsValidDoubleValue
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (4)
87new ValidateValueCallback(IsValidDoubleValue)); 140new ValidateValueCallback(IsValidDoubleValue)); 204new ValidateValueCallback(IsValidDoubleValue)); 285return IsValidDoubleValue(value) && d >= 0.0;