1 write to _columnRect
PresentationFramework (1)
System\Windows\Documents\TextRangeEditTables.cs (1)
1693
_columnRect
= columnRect;
8 references to _columnRect
PresentationFramework (8)
System\Windows\Documents\TextRangeEditTables.cs (8)
1719
_columnRect
.Left +
_columnRect
.Width / 2,
1720
_columnRect
.Top,
1721
_columnRect
.Height);
1731
xPosAdorner = Math.Max(xPosAdorner,
_columnRect
.Left - this.LeftDragMax);
1732
xPosAdorner = Math.Min(xPosAdorner,
_columnRect
.Right + this.RightDragMax);
1741
double dx = mousePoint.X - (
_columnRect
.X +
_columnRect
.Width / 2);