1 write to _contentRange
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
155_contentRange = _paraClient.GetTextContentRange();
5 references to _contentRange
PresentationFramework (5)
MS\Internal\Documents\ParagraphResult.cs (5)
78return _contentRange.Contains(position, strict); 99return _contentRange.StartPosition; 111return _contentRange.EndPosition; 153if (_contentRange == null) 156Invariant.Assert(_contentRange != null);