예제 #1
0
        private static void HotkeyTextChanged(DependencyObject depObj, DependencyPropertyChangedEventArgs args)
        {
            IconButton button = depObj as IconButton;

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

            button.UpdateToolTip();
        }