2 instantiations of CellParaClient
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\CellParagraph.cs (2)
85cellParaClient = new CellParaClient(this, tableParaClient); 154CellParaClient cellParaClient = new CellParaClient(this, tableParaClient);
68 references to CellParaClient
PresentationFramework (68)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (3)
661internal CellParaClient GetCellParaClientFromPosition(ITextPointer position) 675internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex) 689internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (3)
2580CellParaClient cpcStart = tableResult.GetCellParaClientFromPosition(position); 2581CellParaClient cpcCur = cpcStart; 2846CellParaClient cpcCur = null;
src\Framework\MS\Internal\LayoutDump.cs (2)
960CellParaClient cellParaClient = (CellParaClient) fieldOfParaClient.GetValue(paragraph);
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
475internal CellInfo(TableParaClient tpc, CellParaClient cpc)
src\Framework\MS\Internal\PtsHost\CellParagraph.cs (4)
80CellParaClient cellParaClient; 154CellParaClient cellParaClient = new CellParaClient(this, tableParaClient); 172CellParaClient cellParaClient, // IN: 196CellParaClient cellParaClient, // IN: cell object
src\Framework\MS\Internal\PtsHost\PtsHost.cs (14)
4247CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4308CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4363CellParaClient cellParaClient = PtsContext.HandleToObject(pfsCell) as CellParaClient; 4388CellParaClient cellParaClient = PtsContext.HandleToObject(pfsCell) as CellParaClient; 4416CellParaClient cellParaClient = PtsContext.HandleToObject(pfscell) as CellParaClient; 4443CellParaClient paraClientOld = PtsContext.HandleToObject(pfscellOld) as CellParaClient; 4445CellParaClient paraClientNew = PtsContext.HandleToObject(pfscellNew) as CellParaClient;
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (2)
215CellParaClient cellParaClient = PtsContext.HandleToObject(rgpfsCell[index]) as CellParaClient;
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (39)
159CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 378CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 432CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 512CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 609CellParaClient cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 654internal CellParaClient GetCellParaClientFromPoint(Point point, bool snapToText) 665CellParaClient cpcFound = null; 666CellParaClient cpcClosest = null; 691CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 825CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 849CellParaClient cpc = GetCellParaClientFromPoint(point, snapToText); 870CellParaClient cpc = GetCellParaClientFromPosition(position); 921CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 963internal CellParaClient GetCellParaClientFromPosition(ITextPointer position) 994CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1023internal CellParaClient GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex) 1049CellParaClient cpcClosest = null; 1060CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1110internal CellParaClient GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex) 1134CellParaClient cpcClosest = null; 1145CellParaClient cpc = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1188CellParaClient cpc = GetCellParaClientFromPoint(point, true); 1660CellParaClient cellParaClient; 1679cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1784CellParaClient cellParaClient; 1798cellParaClient = (CellParaClient)(PtsContext.HandleToObject(arrayFsCell[iC])); 1809CellParaClient cellParaClient; 2574internal CellParaClient cellParaClient;