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