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)
78
return
_contentRange
.Contains(position, strict);
99
return
_contentRange
.StartPosition;
111
return
_contentRange
.EndPosition;
153
if (
_contentRange
== null)
156
Invariant.Assert(
_contentRange
!= null);