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); 1736xPosAdorner = Math.Max(xPosAdorner, _columnRect.Left - this.LeftDragMax); 1737xPosAdorner = Math.Min(xPosAdorner, _columnRect.Right + this.RightDragMax); 1746double dx = mousePoint.X - (_columnRect.X + _columnRect.Width / 2);