1 write to _contentRange
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
154
_contentRange
= _paraClient.GetTextContentRange();
5 references to _contentRange
PresentationFramework (5)
MS\Internal\Documents\ParagraphResult.cs (5)
77
return
_contentRange
.Contains(position, strict);
98
return
_contentRange
.StartPosition;
110
return
_contentRange
.EndPosition;
152
if (
_contentRange
== null)
155
Invariant.Assert(
_contentRange
!= null);