7 references to SetLargeImageSource
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
87set { RibbonControlService.SetLargeImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
86set { RibbonControlService.SetLargeImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
317set { RibbonControlService.SetLargeImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
106set { RibbonControlService.SetLargeImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
86set { RibbonControlService.SetLargeImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
281set { RibbonControlService.SetLargeImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
93set { RibbonControlService.SetLargeImageSource(this, value); }