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