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);