9 references to IsDoubleFinite
PresentationFramework (9)
System\Windows\Controls\Primitives\ScrollBar.cs (3)
160
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
338
if ( System.Windows.Shapes.Shape.
IsDoubleFinite
(valueDelta)
470
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
System\Windows\Controls\Slider.cs (2)
780
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
874
if (System.Windows.Shapes.Shape.
IsDoubleFinite
(newValue))
System\Windows\Shapes\Line.cs (4)
49
new ValidateValueCallback(Shape.
IsDoubleFinite
));
73
new ValidateValueCallback(Shape.
IsDoubleFinite
));
97
new ValidateValueCallback(Shape.
IsDoubleFinite
));
121
new ValidateValueCallback(Shape.
IsDoubleFinite
));