4 writes to AllowSimulations
System.Windows.Forms.Tests (4)
System\Windows\Forms\FontDialogTests.cs (4)
100
AllowSimulations
= value
106
dialog.
AllowSimulations
= value;
111
dialog.
AllowSimulations
= !value;
587
AllowSimulations
= false,
6 references to AllowSimulations
System.Windows.Forms.Tests (6)
System\Windows\Forms\FontDialogTests.cs (6)
16
Assert.True(dialog.
AllowSimulations
);
45
Assert.True(dialog.
AllowSimulations
);
102
Assert.Equal(value, dialog.
AllowSimulations
);
107
Assert.Equal(value, dialog.
AllowSimulations
);
112
Assert.Equal(!value, dialog.
AllowSimulations
);
605
Assert.True(dialog.
AllowSimulations
);