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