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