10 references to GetSmallImageSource
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
97get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
97get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
193get { return (_templateRoot != null) ? (RibbonControlService.GetSmallImageSource(_templateRoot) != null) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
685else if (RibbonControlService.GetSmallImageSource(d) != null)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2979get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
294get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
116get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
97get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
292get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
104get { return RibbonControlService.GetSmallImageSource(this); }