2 writes to _columnHandle
PresentationFramework (2)
src\Framework\MS\Internal\Documents\ColumnResult.cs (2)
58
_columnHandle
= trackDesc.pfstrack;
83
_columnHandle
= trackDesc.pfstrack;
8 references to _columnHandle
PresentationFramework (8)
src\Framework\MS\Internal\Documents\ColumnResult.cs (8)
175
_paragraphs = _page.GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
181
_paragraphs = ((FigureParaClient)_subpage).GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
185
_paragraphs = ((FloaterParaClient)_subpage).GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
189
_paragraphs = ((SubpageParaClient)_subpage).GetParagraphResultsFromColumn(
_columnHandle
, _columnOffset, out _hasTextContent);
257
_contentRange = _page.GetTextContentRangeFromColumn(
_columnHandle
);
263
_contentRange = ((FigureParaClient)_subpage).GetTextContentRangeFromColumn(
_columnHandle
);
267
_contentRange = ((FloaterParaClient)_subpage).GetTextContentRangeFromColumn(
_columnHandle
);
271
_contentRange = ((SubpageParaClient)_subpage).GetTextContentRangeFromColumn(
_columnHandle
);