1 write to _columnRect
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1698
_columnRect
= columnRect;
8 references to _columnRect
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (8)
1724
_columnRect
.Left +
_columnRect
.Width / 2,
1725
_columnRect
.Top,
1726
_columnRect
.Height);
1736
xPosAdorner = Math.Max(xPosAdorner,
_columnRect
.Left - this.LeftDragMax);
1737
xPosAdorner = Math.Min(xPosAdorner,
_columnRect
.Right + this.RightDragMax);
1746
double dx = mousePoint.X - (
_columnRect
.X +
_columnRect
.Width / 2);