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)
87
return
_contentRange
.Contains(position, strict);
108
return
_contentRange
.StartPosition;
120
return
_contentRange
.EndPosition;
162
if (
_contentRange
== null)
165
Invariant.Assert(
_contentRange
!= null);