9 references to GetLargeImageSource
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
83
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
83
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonContentPresenter.cs (1)
192
get { return (_templateRoot != null) ? (RibbonControlService.
GetLargeImageSource
(_templateRoot) != null) : false; }
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
685
if (RibbonControlService.
GetLargeImageSource
(d) != null)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
313
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
102
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
83
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
278
get { return RibbonControlService.
GetLargeImageSource
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
90
get { return RibbonControlService.
GetLargeImageSource
(this); }