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