2 instantiations of CellParaClient
PresentationFramework (2)
MS\Internal\PtsHost\CellParagraph.cs (2)
73cellParaClient = new CellParaClient(this, tableParaClient); 142CellParaClient cellParaClient = new CellParaClient(this, tableParaClient);
68 references to CellParaClient
PresentationFramework (68)
MS\Internal\Documents\ParagraphResult.cs (3)
652internal CellParaClient GetCellParaClientFromPosition(ITextPointer position) 666internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex) 680internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex)
MS\Internal\Documents\TextDocumentView.cs (3)
2539CellParaClient cpcStart = tableResult.GetCellParaClientFromPosition(position); 2540CellParaClient cpcCur = cpcStart; 2803CellParaClient cpcCur = null;
MS\Internal\LayoutDump.cs (2)
956CellParaClient cellParaClient = (CellParaClient) fieldOfParaClient.GetValue(paragraph);
MS\Internal\PtsHost\CellParaClient.cs (1)
442internal CellInfo(TableParaClient tpc, CellParaClient cpc)
MS\Internal\PtsHost\CellParagraph.cs (4)
68CellParaClient cellParaClient; 142CellParaClient cellParaClient = new CellParaClient(this, tableParaClient); 160CellParaClient cellParaClient, // IN: 184CellParaClient cellParaClient, // IN: cell object
MS\Internal\PtsHost\PtsHost.cs (14)
3970CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4031CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4078CellParaClient cellParaClient = PtsContext.HandleToObject(pfsCell) as CellParaClient; 4103CellParaClient cellParaClient = PtsContext.HandleToObject(pfsCell) as CellParaClient; 4131CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4158CellParaClient paraClientOld = PtsContext.HandleToObject(pfscellOld) as CellParaClient; 4160CellParaClient paraClientNew = PtsContext.HandleToObject(pfscellNew) as CellParaClient;
MS\Internal\PtsHost\RowParagraph.cs (2)
202CellParaClient cellParaClient = PtsContext.HandleToObject(rgpfsCell[index]) as CellParaClient;
MS\Internal\PtsHost\TableParaClient.cs (39)
141CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 347CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 395CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 469CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 560CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 599internal CellParaClient GetCellParaClientFromPoint(Point point, bool snapToText) 610CellParaClient cpcFound = null; 611CellParaClient cpcClosest = null; 636CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 758CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 782CellParaClient cpc = GetCellParaClientFromPoint(point, snapToText); 803CellParaClient cpc = GetCellParaClientFromPosition(position); 853CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 889internal CellParaClient GetCellParaClientFromPosition(ITextPointer position) 920CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 943internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex) 969CellParaClient cpcClosest = null; 980CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1024internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex) 1048CellParaClient cpcClosest = null; 1059CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1101CellParaClient cpc = GetCellParaClientFromPoint(point, true); 1547CellParaClient cellParaClient; 1566cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1666CellParaClient cellParaClient; 1680cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1691CellParaClient cellParaClient; 2447internal CellParaClient cellParaClient;