1 write to _contentRange
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
154_contentRange = _paraClient.GetTextContentRange();
5 references to _contentRange
PresentationFramework (5)
MS\Internal\Documents\ParagraphResult.cs (5)
77return _contentRange.Contains(position, strict); 98return _contentRange.StartPosition; 110return _contentRange.EndPosition; 152if (_contentRange == null) 155Invariant.Assert(_contentRange != null);