1 write to _contentRange
PresentationFramework (1)
MS\Internal\Documents\ParagraphResult.cs (1)
158
_contentRange
= _paraClient.GetTextContentRange();
5 references to _contentRange
PresentationFramework (5)
MS\Internal\Documents\ParagraphResult.cs (5)
81
return
_contentRange
.Contains(position, strict);
102
return
_contentRange
.StartPosition;
114
return
_contentRange
.EndPosition;
156
if (
_contentRange
== null)
159
Invariant.Assert(
_contentRange
!= null);