2 instantiations of CellParaClient
PresentationFramework (2)
MS\Internal\PtsHost\CellParagraph.cs (2)
72cellParaClient = new CellParaClient(this, tableParaClient); 141CellParaClient cellParaClient = new CellParaClient(this, tableParaClient);
68 references to CellParaClient
PresentationFramework (68)
MS\Internal\Documents\ParagraphResult.cs (3)
651internal CellParaClient GetCellParaClientFromPosition(ITextPointer position) 665internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex) 679internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex)
MS\Internal\Documents\TextDocumentView.cs (3)
2529CellParaClient cpcStart = tableResult.GetCellParaClientFromPosition(position); 2530CellParaClient cpcCur = cpcStart; 2793CellParaClient cpcCur = null;
MS\Internal\LayoutDump.cs (2)
955CellParaClient cellParaClient = (CellParaClient) fieldOfParaClient.GetValue(paragraph);
MS\Internal\PtsHost\CellParaClient.cs (1)
441internal CellInfo(TableParaClient tpc, CellParaClient cpc)
MS\Internal\PtsHost\CellParagraph.cs (4)
67CellParaClient cellParaClient; 141CellParaClient cellParaClient = new CellParaClient(this, tableParaClient); 159CellParaClient cellParaClient, // IN: 183CellParaClient cellParaClient, // IN: cell object
MS\Internal\PtsHost\PtsHost.cs (14)
3969CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4030CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4077CellParaClient cellParaClient = PtsContext.HandleToObject(pfsCell) as CellParaClient; 4099CellParaClient cellParaClient = PtsContext.HandleToObject(pfsCell) as CellParaClient; 4127CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4154CellParaClient paraClientOld = PtsContext.HandleToObject(pfscellOld) as CellParaClient; 4156CellParaClient paraClientNew = PtsContext.HandleToObject(pfscellNew) as CellParaClient;
MS\Internal\PtsHost\RowParagraph.cs (2)
201CellParaClient cellParaClient = PtsContext.HandleToObject(rgpfsCell[index]) as CellParaClient;
MS\Internal\PtsHost\TableParaClient.cs (39)
140CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 346CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 394CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 468CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 559CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 598internal CellParaClient GetCellParaClientFromPoint(Point point, bool snapToText) 609CellParaClient cpcFound = null; 610CellParaClient cpcClosest = null; 635CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 757CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 781CellParaClient cpc = GetCellParaClientFromPoint(point, snapToText); 802CellParaClient cpc = GetCellParaClientFromPosition(position); 852CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 888internal CellParaClient GetCellParaClientFromPosition(ITextPointer position) 919CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 942internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex) 968CellParaClient cpcClosest = null; 979CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1023internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex) 1047CellParaClient cpcClosest = null; 1058CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1100CellParaClient cpc = GetCellParaClientFromPoint(point, true); 1546CellParaClient cellParaClient; 1565cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1665CellParaClient cellParaClient; 1679cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1690CellParaClient cellParaClient; 2446internal CellParaClient cellParaClient;