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