2 references to Appearance
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckBox.cs (1)
122using (LayoutTransaction.CreateTransactionIf(AutoSize, this.ParentInternal, this, PropertyNames.Appearance)) {
winforms\Managed\System\WinForms\RadioButton.cs (1)
135using (LayoutTransaction.CreateTransactionIf(AutoSize, this.ParentInternal, this, PropertyNames.Appearance)) {