4 references to SetKeyTipPlacementForButton
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
579RibbonHelper.SetKeyTipPlacementForButton(this, e, _image);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1671RibbonHelper.SetKeyTipPlacementForButton(this, e, _partToggleButton == null ? null : _partToggleButton.Image);
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
602RibbonHelper.SetKeyTipPlacementForButton(this, e, _image);
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
621RibbonHelper.SetKeyTipPlacementForButton(this, e, _image);