4 references to DropDownToolTipFooterImageSourceProperty
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
1792
new PropertyAndTransferMode () { Property = RibbonSplitMenuItem.
DropDownToolTipFooterImageSourceProperty
, Mode = TransferMode.AlwaysTransfer },
2204
TransferProperty(original, clone, RibbonSplitMenuItem.
DropDownToolTipFooterImageSourceProperty
, RibbonSplitButton.DropDownToolTipFooterImageSourceProperty, TransferMode.AlwaysTransfer);
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (2)
144
get { return (ImageSource)GetValue(
DropDownToolTipFooterImageSourceProperty
); }
145
set { SetValue(
DropDownToolTipFooterImageSourceProperty
, value); }