2 writes to _columnHandle
PresentationFramework (2)
MS\Internal\Documents\ColumnResult.cs (2)
48
_columnHandle
= trackDesc.pfstrack;
69
_columnHandle
= trackDesc.pfstrack;
8 references to _columnHandle
PresentationFramework (8)
MS\Internal\Documents\ColumnResult.cs (8)
156
_paragraphs = _page.GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
162
_paragraphs = ((FigureParaClient)_subpage).GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
166
_paragraphs = ((FloaterParaClient)_subpage).GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
170
_paragraphs = ((SubpageParaClient)_subpage).GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
233
_contentRange = _page.GetTextContentRangeFromColumn(
_columnHandle
);
239
_contentRange = ((FigureParaClient)_subpage).GetTextContentRangeFromColumn(
_columnHandle
);
243
_contentRange = ((FloaterParaClient)_subpage).GetTextContentRangeFromColumn(
_columnHandle
);
247
_contentRange = ((SubpageParaClient)_subpage).GetTextContentRangeFromColumn(
_columnHandle
);