4 writes to FixedPitchOnly
System.Windows.Forms.Tests (4)
System\Windows\Forms\FontDialogTests.cs (4)
212
FixedPitchOnly
= value
218
dialog.
FixedPitchOnly
= value;
223
dialog.
FixedPitchOnly
= !value;
592
FixedPitchOnly
= true,
6 references to FixedPitchOnly
System.Windows.Forms.Tests (6)
System\Windows\Forms\FontDialogTests.cs (6)
27
Assert.False(dialog.
FixedPitchOnly
);
57
Assert.False(dialog.
FixedPitchOnly
);
214
Assert.Equal(value, dialog.
FixedPitchOnly
);
219
Assert.Equal(value, dialog.
FixedPitchOnly
);
224
Assert.Equal(!value, dialog.
FixedPitchOnly
);
616
Assert.False(dialog.
FixedPitchOnly
);