4 references to IsValidThickness
PresentationFramework (4)
System\Windows\Documents\Block.cs (3)
434return IsValidThickness(t, /*allow NaN*/true); 440return IsValidThickness(t, /*allow NaN*/true); 446return IsValidThickness(t, /*allow NaN*/false);
System\Windows\Documents\FlowDocument.cs (1)
1561return Block.IsValidThickness(value, /*allow NaN*/true);