25 references to VerifyPosition
PresentationFramework (25)
MS\Internal\Documents\TextDocumentView.cs (11)
90
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
118
ValidationHelper.
VerifyPosition
(_textContainer, startPosition, "startPosition");
119
ValidationHelper.
VerifyPosition
(_textContainer, endPosition, "endPosition");
234
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
285
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
304
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
324
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
343
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
364
ValidationHelper.
VerifyPosition
(_textContainer, start, "start");
365
ValidationHelper.
VerifyPosition
(_textContainer, end, "end");
391
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
MS\Internal\Documents\TextParagraphView.cs (9)
91
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
111
ValidationHelper.
VerifyPosition
(_textContainer, startPosition, "startPosition");
113
ValidationHelper.
VerifyPosition
(_textContainer, endPosition, "endPosition");
135
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
195
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
214
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
237
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
264
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
283
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
System\Windows\Documents\TextRange.cs (2)
95
ValidationHelper.
VerifyPosition
(position1.TextContainer, position1, "position1");
96
ValidationHelper.
VerifyPosition
(position1.TextContainer, position2, "position2");
System\Windows\Documents\TextRangeBase.cs (2)
162
ValidationHelper.
VerifyPosition
(thisRange.Start.TextContainer, position1, "position1");
163
ValidationHelper.
VerifyPosition
(thisRange.Start.TextContainer, position2, "position2");
System\Windows\Documents\ValidationHelper.cs (1)
30
VerifyPosition
(tree, position, "position");