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