4 references to IsValidThickness
PresentationFramework (4)
src\Framework\System\Windows\Documents\Block.cs (3)
461return IsValidThickness(t, /*allow NaN*/true); 467return IsValidThickness(t, /*allow NaN*/true); 473return IsValidThickness(t, /*allow NaN*/false);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
1583return Block.IsValidThickness(value, /*allow NaN*/true);