10 references to GetSmallImageSource
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
101get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
100get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
202get { return (_templateRoot != null) ? (RibbonControlService.GetSmallImageSource(_templateRoot) != null) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
696else if (RibbonControlService.GetSmallImageSource(d) != null)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2981get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
301get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
120get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
100get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
295get { return RibbonControlService.GetSmallImageSource(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
107get { return RibbonControlService.GetSmallImageSource(this); }