1 write to _columnRect
PresentationFramework (1)
System\Windows\Documents\TextRangeEditTables.cs (1)
1695
_columnRect
= columnRect;
8 references to _columnRect
PresentationFramework (8)
System\Windows\Documents\TextRangeEditTables.cs (8)
1721
_columnRect
.Left +
_columnRect
.Width / 2,
1722
_columnRect
.Top,
1723
_columnRect
.Height);
1733
xPosAdorner = Math.Max(xPosAdorner,
_columnRect
.Left - this.LeftDragMax);
1734
xPosAdorner = Math.Min(xPosAdorner,
_columnRect
.Right + this.RightDragMax);
1743
double dx = mousePoint.X - (
_columnRect
.X +
_columnRect
.Width / 2);