25 references to VerifyPosition
PresentationFramework (25)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (11)
99
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
127
ValidationHelper.
VerifyPosition
(_textContainer, startPosition, "startPosition");
128
ValidationHelper.
VerifyPosition
(_textContainer, endPosition, "endPosition");
243
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
294
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
313
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
333
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
352
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
373
ValidationHelper.
VerifyPosition
(_textContainer, start, "start");
374
ValidationHelper.
VerifyPosition
(_textContainer, end, "end");
400
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
src\Framework\MS\Internal\Documents\TextParagraphView.cs (9)
107
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
133
ValidationHelper.
VerifyPosition
(_textContainer, startPosition, "startPosition");
135
ValidationHelper.
VerifyPosition
(_textContainer, endPosition, "endPosition");
160
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
220
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
239
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
262
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
292
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
314
ValidationHelper.
VerifyPosition
(_textContainer, position, "position");
src\Framework\System\Windows\Documents\TextRange.cs (2)
88
ValidationHelper.
VerifyPosition
(position1.TextContainer, position1, "position1");
89
ValidationHelper.
VerifyPosition
(position1.TextContainer, position2, "position2");
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
170
ValidationHelper.
VerifyPosition
(thisRange.Start.TextContainer, position1, "position1");
171
ValidationHelper.
VerifyPosition
(thisRange.Start.TextContainer, position2, "position2");
src\Framework\System\Windows\Documents\ValidationHelper.cs (1)
34
VerifyPosition
(tree, position, "position");