3 writes to _constraintSize
PresentationFramework (3)
src\Framework\System\Windows\Controls\InkPresenter.cs (3)
65_constraintSize = Size.Empty; 192_constraintSize = constraint; 196_constraintSize = Size.Empty;
3 references to _constraintSize
PresentationFramework (3)
src\Framework\System\Windows\Controls\InkPresenter.cs (3)
217if ( !_constraintSize.IsEmpty ) 219availableSize = new Size(Math.Min(arrangeSize.Width, _constraintSize.Width), 220Math.Min(arrangeSize.Height, _constraintSize.Height));