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