25 references to VerifyPosition
PresentationFramework (25)
MS\Internal\Documents\TextDocumentView.cs (11)
92
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
120
ValidationHelper.
VerifyPosition
(_textContainer, startPosition, "startPosition");
121
ValidationHelper.
VerifyPosition
(_textContainer, endPosition, "endPosition");
236
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
287
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
306
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
326
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
345
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
366
ValidationHelper.
VerifyPosition
(_textContainer, start, "start");
367
ValidationHelper.
VerifyPosition
(_textContainer, end, "end");
393
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
MS\Internal\Documents\TextParagraphView.cs (9)
97
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
117
ValidationHelper.
VerifyPosition
(_textContainer, startPosition, "startPosition");
119
ValidationHelper.
VerifyPosition
(_textContainer, endPosition, "endPosition");
141
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
201
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
220
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
243
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
270
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
289
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
System\Windows\Documents\TextRange.cs (2)
98
ValidationHelper.
VerifyPosition
(position1.TextContainer, position1, "position1");
99
ValidationHelper.
VerifyPosition
(position1.TextContainer, position2, "position2");
System\Windows\Documents\TextRangeBase.cs (2)
165
ValidationHelper.
VerifyPosition
(thisRange.Start.TextContainer, position1, "position1");
166
ValidationHelper.
VerifyPosition
(thisRange.Start.TextContainer, position2, "position2");
System\Windows\Documents\ValidationHelper.cs (1)
32
VerifyPosition
(tree, position, "position");