9 references to GetLargeImageSource
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
82
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
82
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
188
get { return (_templateRoot != null) ? (RibbonControlService.
GetLargeImageSource
(_templateRoot) != null) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
681
if (RibbonControlService.
GetLargeImageSource
(d) != null)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
309
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
101
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
82
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
277
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
89
get { return RibbonControlService.
GetLargeImageSource
(this); }