12 writes to SelectedRtf
System.Windows.Forms.Tests (12)
System\Windows\Forms\RichTextBoxTests.cs (12)
3272
SelectedRtf
= "{\\rtf1Hell}"
3280
control.
SelectedRtf
= nullOrEmpty;
3300
control.
SelectedRtf
= "{\\rtf1Hell}";
3309
control.
SelectedRtf
= nullOrEmpty;
3326
SelectedRtf
= "{\\rtf1Hell}"
3334
control.
SelectedRtf
= nullOrEmpty;
3357
control.
SelectedRtf
= "{\\rtf1Hell}";
3366
control.
SelectedRtf
= nullOrEmpty;
3380
Assert.Throws<ArgumentException>(() => control.
SelectedRtf
= "text");
3393
control.
SelectedRtf
= value;
3398
control.
SelectedRtf
= value;
3409
Assert.Throws<ObjectDisposedException>(() => control.
SelectedRtf
= value);
20 references to SelectedRtf
System.Windows.Forms.Tests (20)
System\Windows\Forms\RichTextBoxTests.cs (20)
3161
string rtf1 = control.
SelectedRtf
;
3166
string rtf2 = control.
SelectedRtf
;
3183
string rtf1 = control.
SelectedRtf
;
3191
string rtf2 = control.
SelectedRtf
;
3207
string rtf1 = control.
SelectedRtf
;
3212
string rtf2 = control.
SelectedRtf
;
3233
string rtf1 = control.
SelectedRtf
;
3242
string rtf2 = control.
SelectedRtf
;
3254
Assert.Empty(control.
SelectedRtf
);
3263
Assert.Throws<ObjectDisposedException>(() => control.
SelectedRtf
);
3275
string rtf = control.
SelectedRtf
;
3281
rtf = control.
SelectedRtf
;
3301
string rtf = control.
SelectedRtf
;
3310
rtf = control.
SelectedRtf
;
3329
string rtf = control.
SelectedRtf
;
3335
rtf = control.
SelectedRtf
;
3358
string rtf = control.
SelectedRtf
;
3367
rtf = control.
SelectedRtf
;
3394
Assert.Empty(control.
SelectedRtf
);
3399
Assert.Empty(control.
SelectedRtf
);