4 references to IsValidThickness
PresentationFramework (4)
System\Windows\Documents\Block.cs (3)
437return IsValidThickness(t, /*allow NaN*/true); 443return IsValidThickness(t, /*allow NaN*/true); 449return IsValidThickness(t, /*allow NaN*/false);
System\Windows\Documents\FlowDocument.cs (1)
1574return Block.IsValidThickness(value, /*allow NaN*/true);