2 references to IsAbsolute
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (1)
2496Debug.Assert(_calculatedColumns[i].UserWidth.IsAbsolute);
src\Framework\System\Windows\Controls\DefinitionBase.cs (1)
866_minSize = _userSize.IsAbsolute ? _userSize.Value : 0.0;