72 references to ValidationHelper
PresentationFramework (72)
MS\Internal\Documents\TextDocumentView.cs (13)
90
ValidationHelper
.VerifyPosition(_textContainer, position, "position");
118
ValidationHelper
.VerifyPosition(_textContainer, startPosition, "startPosition");
119
ValidationHelper
.VerifyPosition(_textContainer, endPosition, "endPosition");
233
ValidationHelper
.VerifyPosition(_textContainer, position, "position");
284
ValidationHelper
.VerifyPosition(_textContainer, position, "position");
303
ValidationHelper
.VerifyPosition(_textContainer, position, "position");
304
ValidationHelper
.VerifyDirection(direction, "direction");
323
ValidationHelper
.VerifyPosition(_textContainer, position, "position");
342
ValidationHelper
.VerifyPosition(_textContainer, position, "position");
363
ValidationHelper
.VerifyPosition(_textContainer, start, "start");
364
ValidationHelper
.VerifyPosition(_textContainer, end, "end");
365
ValidationHelper
.VerifyPositionPair(start, end);
390
ValidationHelper
.VerifyPosition(_textContainer, position, "position");
MS\Internal\Documents\TextParagraphView.cs (10)
91
ValidationHelper
.VerifyPosition(_textContainer, position, "position");
111
ValidationHelper
.VerifyPosition(_textContainer, startPosition, "startPosition");
112
ValidationHelper
.VerifyDirection(startPosition.LogicalDirection, "startPosition.LogicalDirection");
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\Controls\RichTextBox.cs (3)
224
ValidationHelper
.VerifyPosition(this.TextContainer, position);
243
ValidationHelper
.VerifyPosition(this.TextContainer, position);
269
ValidationHelper
.VerifyPosition(this.TextContainer, position);
System\Windows\Documents\DocumentSequenceTextPointer.cs (6)
632
ValidationHelper
.VerifyDirection(direction, "direction");
643
ValidationHelper
.VerifyDirection(direction, "direction");
654
ValidationHelper
.VerifyDirection(direction, "direction");
683
ValidationHelper
.VerifyDirection(direction, "direction");
694
ValidationHelper
.VerifyDirection(direction, "direction");
775
ValidationHelper
.VerifyDirection(gravity, "gravity");
System\Windows\Documents\FixedTextPointer.cs (9)
95
ValidationHelper
.VerifyDirection(direction, "direction");
105
ValidationHelper
.VerifyDirection(direction, "direction");
125
ValidationHelper
.VerifyDirection(direction, "direction");
145
ValidationHelper
.VerifyDirection(direction, "direction");
160
ValidationHelper
.VerifyDirection(direction, "direction");
271
ValidationHelper
.VerifyDirection(gravity, "gravity");
380
ValidationHelper
.VerifyDirection(direction, "direction");
421
ValidationHelper
.VerifyElementEdge(edge, "edge");
671
ValidationHelper
.VerifyDirection(value, "value");
System\Windows\Documents\NullTextNavigator.cs (1)
222
ValidationHelper
.VerifyDirection(direction, "gravity");
System\Windows\Documents\TextEffectResolver.cs (1)
44
ValidationHelper
.VerifyPositionPair(startPosition, endPosition);
System\Windows\Documents\TextElement.cs (2)
97
ValidationHelper
.VerifyPositionPair(start, end);
401
ValidationHelper
.VerifyPosition(tree, position);
System\Windows\Documents\TextPointer.cs (21)
463
ValidationHelper
.VerifyPosition(_tree, position);
541
ValidationHelper
.VerifyDirection(direction, "direction");
563
ValidationHelper
.VerifyDirection(direction, "direction");
679
ValidationHelper
.VerifyPosition(_tree, position);
734
ValidationHelper
.VerifyDirection(direction, "direction");
774
ValidationHelper
.VerifyDirection(direction, "direction");
806
ValidationHelper
.VerifyDirection(direction, "direction");
1245
ValidationHelper
.VerifyDirection(direction, "direction");
1388
ValidationHelper
.ValidateChild(this, textElement, "textElement");
1851
ValidationHelper
.VerifyPosition(_tree, textPosition);
1973
ValidationHelper
.VerifyDirection(direction, "direction");
2029
ValidationHelper
.VerifyDirection(direction, "direction");
2072
ValidationHelper
.VerifyDirection(direction, "direction");
2144
ValidationHelper
.ValidateChild(this, uiElement, "uiElement");
2186
ValidationHelper
.VerifyDirection(direction, "direction");
2336
ValidationHelper
.VerifyDirection(logicalDirection, "logicalDirection");
2413
ValidationHelper
.VerifyDirection(direction, "direction");
2432
ValidationHelper
.VerifyPosition(_tree, position);
2621
ValidationHelper
.VerifyElementEdge(edge, "edge");
2680
ValidationHelper
.VerifyDirection(contentDirection, "contentDirection");
2714
ValidationHelper
.VerifyDirection(direction, "direction");
System\Windows\Documents\TextRange.cs (2)
89
ValidationHelper
.VerifyPosition(position1.TextContainer, position1, "position1");
90
ValidationHelper
.VerifyPosition(position1.TextContainer, position2, "position2");
System\Windows\Documents\TextRangeBase.cs (3)
162
ValidationHelper
.VerifyPosition(thisRange.Start.TextContainer, position1, "position1");
163
ValidationHelper
.VerifyPosition(thisRange.Start.TextContainer, position2, "position2");
1701
ValidationHelper
.VerifyPositionPair(start, end);
System\windows\Documents\TextSegment.cs (1)
62
ValidationHelper
.VerifyPositionPair(startPosition, endPosition);