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