10 references to GetSmallImageSource
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
98get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
98get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
197get { return (_templateRoot != null) ? (RibbonControlService.GetSmallImageSource(_templateRoot) != null) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
689else if (RibbonControlService.GetSmallImageSource(d) != null)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2979get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
298get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
117get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
98get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
293get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
105get { return RibbonControlService.GetSmallImageSource(this); }