4 writes to FixedPitchOnly
System.Windows.Forms.Tests (4)
System\Windows\Forms\FontDialogTests.cs (4)
210
FixedPitchOnly
= value
216
dialog.
FixedPitchOnly
= value;
221
dialog.
FixedPitchOnly
= !value;
590
FixedPitchOnly
= true,
6 references to FixedPitchOnly
System.Windows.Forms.Tests (6)
System\Windows\Forms\FontDialogTests.cs (6)
25
Assert.False(dialog.
FixedPitchOnly
);
55
Assert.False(dialog.
FixedPitchOnly
);
212
Assert.Equal(value, dialog.
FixedPitchOnly
);
217
Assert.Equal(value, dialog.
FixedPitchOnly
);
222
Assert.Equal(!value, dialog.
FixedPitchOnly
);
614
Assert.False(dialog.
FixedPitchOnly
);