4 writes to AllowSimulations
System.Windows.Forms.Tests (4)
System\Windows\Forms\FontDialogTests.cs (4)
102
AllowSimulations
= value
108
dialog.
AllowSimulations
= value;
113
dialog.
AllowSimulations
= !value;
589
AllowSimulations
= false,
6 references to AllowSimulations
System.Windows.Forms.Tests (6)
System\Windows\Forms\FontDialogTests.cs (6)
18
Assert.True(dialog.
AllowSimulations
);
47
Assert.True(dialog.
AllowSimulations
);
104
Assert.Equal(value, dialog.
AllowSimulations
);
109
Assert.Equal(value, dialog.
AllowSimulations
);
114
Assert.Equal(!value, dialog.
AllowSimulations
);
607
Assert.True(dialog.
AllowSimulations
);