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