3 references to SetCornerRadius
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
222set { RibbonControlService.SetCornerRadius(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
221set { RibbonControlService.SetCornerRadius(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
228set { RibbonControlService.SetCornerRadius(this, value); }