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