2 instantiations of CellParaClient
PresentationFramework (2)
MS\Internal\PtsHost\CellParagraph.cs (2)
77cellParaClient = new CellParaClient(this, tableParaClient); 146CellParaClient cellParaClient = new CellParaClient(this, tableParaClient);
68 references to CellParaClient
PresentationFramework (68)
MS\Internal\Documents\ParagraphResult.cs (3)
655internal CellParaClient GetCellParaClientFromPosition(ITextPointer position) 669internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex) 683internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex)
MS\Internal\Documents\TextDocumentView.cs (3)
2572CellParaClient cpcStart = tableResult.GetCellParaClientFromPosition(position); 2573CellParaClient cpcCur = cpcStart; 2837CellParaClient cpcCur = null;
MS\Internal\LayoutDump.cs (2)
957CellParaClient cellParaClient = (CellParaClient) fieldOfParaClient.GetValue(paragraph);
MS\Internal\PtsHost\CellParaClient.cs (1)
447internal CellInfo(TableParaClient tpc, CellParaClient cpc)
MS\Internal\PtsHost\CellParagraph.cs (4)
72CellParaClient cellParaClient; 146CellParaClient cellParaClient = new CellParaClient(this, tableParaClient); 164CellParaClient cellParaClient, // IN: 188CellParaClient cellParaClient, // IN: cell object
MS\Internal\PtsHost\PtsHost.cs (14)
3992CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4053CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4100CellParaClient cellParaClient = PtsContext.HandleToObject(pfsCell) as CellParaClient; 4125CellParaClient cellParaClient = PtsContext.HandleToObject(pfsCell) as CellParaClient; 4153CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4180CellParaClient paraClientOld = PtsContext.HandleToObject(pfscellOld) as CellParaClient; 4182CellParaClient paraClientNew = PtsContext.HandleToObject(pfscellNew) as CellParaClient;
MS\Internal\PtsHost\RowParagraph.cs (2)
205CellParaClient cellParaClient = PtsContext.HandleToObject(rgpfsCell[index]) as CellParaClient;
MS\Internal\PtsHost\TableParaClient.cs (39)
147CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 353CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 401CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 475CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 566CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 605internal CellParaClient GetCellParaClientFromPoint(Point point, bool snapToText) 616CellParaClient cpcFound = null; 617CellParaClient cpcClosest = null; 642CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 764CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 788CellParaClient cpc = GetCellParaClientFromPoint(point, snapToText); 809CellParaClient cpc = GetCellParaClientFromPosition(position); 859CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 895internal CellParaClient GetCellParaClientFromPosition(ITextPointer position) 926CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 949internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex) 975CellParaClient cpcClosest = null; 986CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1030internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex) 1054CellParaClient cpcClosest = null; 1065CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1107CellParaClient cpc = GetCellParaClientFromPoint(point, true); 1553CellParaClient cellParaClient; 1572cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1672CellParaClient cellParaClient; 1686cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1697CellParaClient cellParaClient; 2453internal CellParaClient cellParaClient;