2 writes to _columnHandle
PresentationFramework (2)
MS\Internal\Documents\ColumnResult.cs (2)
43_columnHandle = trackDesc.pfstrack; 64_columnHandle = trackDesc.pfstrack;
8 references to _columnHandle
PresentationFramework (8)
MS\Internal\Documents\ColumnResult.cs (8)
151_paragraphs = _page.GetParagraphResultsFromColumn(_columnHandle, _columnOffset, out _hasTextContent); 157_paragraphs = ((FigureParaClient)_subpage).GetParagraphResultsFromColumn(_columnHandle, _columnOffset, out _hasTextContent); 161_paragraphs = ((FloaterParaClient)_subpage).GetParagraphResultsFromColumn(_columnHandle, _columnOffset, out _hasTextContent); 165_paragraphs = ((SubpageParaClient)_subpage).GetParagraphResultsFromColumn(_columnHandle, _columnOffset, out _hasTextContent); 228_contentRange = _page.GetTextContentRangeFromColumn(_columnHandle); 234_contentRange = ((FigureParaClient)_subpage).GetTextContentRangeFromColumn(_columnHandle); 238_contentRange = ((FloaterParaClient)_subpage).GetTextContentRangeFromColumn(_columnHandle); 242_contentRange = ((SubpageParaClient)_subpage).GetTextContentRangeFromColumn(_columnHandle);