2 writes to _columnHandle
PresentationFramework (2)
MS\Internal\Documents\ColumnResult.cs (2)
44
_columnHandle
= trackDesc.pfstrack;
65
_columnHandle
= trackDesc.pfstrack;
8 references to _columnHandle
PresentationFramework (8)
MS\Internal\Documents\ColumnResult.cs (8)
152
_paragraphs = _page.GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
158
_paragraphs = ((FigureParaClient)_subpage).GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
162
_paragraphs = ((FloaterParaClient)_subpage).GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
166
_paragraphs = ((SubpageParaClient)_subpage).GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
229
_contentRange = _page.GetTextContentRangeFromColumn(
_columnHandle
);
235
_contentRange = ((FigureParaClient)_subpage).GetTextContentRangeFromColumn(
_columnHandle
);
239
_contentRange = ((FloaterParaClient)_subpage).GetTextContentRangeFromColumn(
_columnHandle
);
243
_contentRange = ((SubpageParaClient)_subpage).GetTextContentRangeFromColumn(
_columnHandle
);