12 writes to SelectedRtf
System.Windows.Forms.Tests (12)
System\Windows\Forms\RichTextBoxTests.cs (12)
3270
SelectedRtf
= "{\\rtf1Hell}"
3278
control.
SelectedRtf
= nullOrEmpty;
3298
control.
SelectedRtf
= "{\\rtf1Hell}";
3307
control.
SelectedRtf
= nullOrEmpty;
3324
SelectedRtf
= "{\\rtf1Hell}"
3332
control.
SelectedRtf
= nullOrEmpty;
3355
control.
SelectedRtf
= "{\\rtf1Hell}";
3364
control.
SelectedRtf
= nullOrEmpty;
3378
Assert.Throws<ArgumentException>(() => control.
SelectedRtf
= "text");
3391
control.
SelectedRtf
= value;
3396
control.
SelectedRtf
= value;
3407
Assert.Throws<ObjectDisposedException>(() => control.
SelectedRtf
= value);
20 references to SelectedRtf
System.Windows.Forms.Tests (20)
System\Windows\Forms\RichTextBoxTests.cs (20)
3159
string rtf1 = control.
SelectedRtf
;
3164
string rtf2 = control.
SelectedRtf
;
3181
string rtf1 = control.
SelectedRtf
;
3189
string rtf2 = control.
SelectedRtf
;
3205
string rtf1 = control.
SelectedRtf
;
3210
string rtf2 = control.
SelectedRtf
;
3231
string rtf1 = control.
SelectedRtf
;
3240
string rtf2 = control.
SelectedRtf
;
3252
Assert.Empty(control.
SelectedRtf
);
3261
Assert.Throws<ObjectDisposedException>(() => control.
SelectedRtf
);
3273
string rtf = control.
SelectedRtf
;
3279
rtf = control.
SelectedRtf
;
3299
string rtf = control.
SelectedRtf
;
3308
rtf = control.
SelectedRtf
;
3327
string rtf = control.
SelectedRtf
;
3333
rtf = control.
SelectedRtf
;
3356
string rtf = control.
SelectedRtf
;
3365
rtf = control.
SelectedRtf
;
3392
Assert.Empty(control.
SelectedRtf
);
3397
Assert.Empty(control.
SelectedRtf
);