Esempio n. 1
0
        private static void HotkeyTextChanged(DependencyObject depObj, DependencyPropertyChangedEventArgs args)
        {
            IconButton button = depObj as IconButton;

            button.UpdateToolTip();
        }
Esempio n. 2
0
        private static void ContentVisibilityChanged(DependencyObject depObj, DependencyPropertyChangedEventArgs args)
        {
            IconButton button = depObj as IconButton;

            button.UpdateToolTip();
        }