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