8 references to SetSmallImageSource
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
102set { RibbonControlService.SetSmallImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
101set { RibbonControlService.SetSmallImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2982set { RibbonControlService.SetSmallImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
302set { RibbonControlService.SetSmallImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
121set { RibbonControlService.SetSmallImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
101set { RibbonControlService.SetSmallImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
296set { RibbonControlService.SetSmallImageSource(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
108set { RibbonControlService.SetSmallImageSource(this, value); }