1 write to _contentRange
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (1)
164_contentRange = _paraClient.GetTextContentRange();
5 references to _contentRange
PresentationFramework (5)
src\Framework\MS\Internal\Documents\ParagraphResult.cs (5)
87return _contentRange.Contains(position, strict); 108return _contentRange.StartPosition; 120return _contentRange.EndPosition; 162if (_contentRange == null) 165Invariant.Assert(_contentRange != null);