1 write to _rectCell
PresentationFramework (1)
MS\Internal\PtsHost\CellParaClient.cs (1)
454_rectCell = new Rect(TextDpi.FromTextDpi(cpc.Rect.u),
3 references to _rectCell
PresentationFramework (3)
MS\Internal\PtsHost\CellParaClient.cs (3)
480_rectCell.X += ptAdjust.X; 481_rectCell.Y += ptAdjust.Y; 507internal Rect CellArea { get { return (_rectCell); } }