1 write to _contentRange
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
158_contentRange = _paraClient.GetTextContentRange();
5 references to _contentRange
PresentationFramework (5)
MS\Internal\Documents\ParagraphResult.cs (5)
81return _contentRange.Contains(position, strict); 102return _contentRange.StartPosition; 114return _contentRange.EndPosition; 156if (_contentRange == null) 159Invariant.Assert(_contentRange != null);