2 instantiations of CellParaClient
PresentationFramework (2)
MS\Internal\PtsHost\CellParagraph.cs (2)
72
cellParaClient = new
CellParaClient
(this, tableParaClient);
141
CellParaClient cellParaClient = new
CellParaClient
(this, tableParaClient);
68 references to CellParaClient
PresentationFramework (68)
MS\Internal\Documents\ParagraphResult.cs (3)
651
internal
CellParaClient
GetCellParaClientFromPosition(ITextPointer position)
665
internal
CellParaClient
GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex)
679
internal
CellParaClient
GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex)
MS\Internal\Documents\TextDocumentView.cs (3)
2529
CellParaClient
cpcStart = tableResult.GetCellParaClientFromPosition(position);
2530
CellParaClient
cpcCur = cpcStart;
2793
CellParaClient
cpcCur = null;
MS\Internal\LayoutDump.cs (2)
955
CellParaClient
cellParaClient = (
CellParaClient
) fieldOfParaClient.GetValue(paragraph);
MS\Internal\PtsHost\CellParaClient.cs (1)
441
internal CellInfo(TableParaClient tpc,
CellParaClient
cpc)
MS\Internal\PtsHost\CellParagraph.cs (4)
67
CellParaClient
cellParaClient;
141
CellParaClient
cellParaClient = new CellParaClient(this, tableParaClient);
159
CellParaClient
cellParaClient, // IN:
183
CellParaClient
cellParaClient, // IN: cell object
MS\Internal\PtsHost\PtsHost.cs (14)
3969
CellParaClient
cellParaClient = PtsContext.HandleToObject(pfscell) as
CellParaClient
;
4030
CellParaClient
cellParaClient = PtsContext.HandleToObject(pfscell) as
CellParaClient
;
4077
CellParaClient
cellParaClient = PtsContext.HandleToObject(pfsCell) as
CellParaClient
;
4099
CellParaClient
cellParaClient = PtsContext.HandleToObject(pfsCell) as
CellParaClient
;
4127
CellParaClient
cellParaClient = PtsContext.HandleToObject(pfscell) as
CellParaClient
;
4154
CellParaClient
paraClientOld = PtsContext.HandleToObject(pfscellOld) as
CellParaClient
;
4156
CellParaClient
paraClientNew = PtsContext.HandleToObject(pfscellNew) as
CellParaClient
;
MS\Internal\PtsHost\RowParagraph.cs (2)
201
CellParaClient
cellParaClient = PtsContext.HandleToObject(rgpfsCell[index]) as
CellParaClient
;
MS\Internal\PtsHost\TableParaClient.cs (39)
140
CellParaClient
cellParaClient = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
346
CellParaClient
cellParaClient = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
394
CellParaClient
cellParaClient = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
468
CellParaClient
cellParaClient = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
559
CellParaClient
cellParaClient = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
598
internal
CellParaClient
GetCellParaClientFromPoint(Point point, bool snapToText)
609
CellParaClient
cpcFound = null;
610
CellParaClient
cpcClosest = null;
635
CellParaClient
cpc = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
757
CellParaClient
cpc = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
781
CellParaClient
cpc = GetCellParaClientFromPoint(point, snapToText);
802
CellParaClient
cpc = GetCellParaClientFromPosition(position);
852
CellParaClient
cpc = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
888
internal
CellParaClient
GetCellParaClientFromPosition(ITextPointer position)
919
CellParaClient
cpc = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
942
internal
CellParaClient
GetCellAbove(double suggestedX, int rowGroupIndex, int rowIndex)
968
CellParaClient
cpcClosest = null;
979
CellParaClient
cpc = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
1023
internal
CellParaClient
GetCellBelow(double suggestedX, int rowGroupIndex, int rowIndex)
1047
CellParaClient
cpcClosest = null;
1058
CellParaClient
cpc = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
1100
CellParaClient
cpc = GetCellParaClientFromPoint(point, true);
1546
CellParaClient
cellParaClient;
1565
cellParaClient = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
1665
CellParaClient
cellParaClient;
1679
cellParaClient = (
CellParaClient
)(PtsContext.HandleToObject(arrayFsCell[iC]));
1690
CellParaClient
cellParaClient;
2446
internal
CellParaClient
cellParaClient;