Ejemplo n.º 1
0
        private static void OnSetSourceTextVisibiltyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            DownloadUIControl borderControl = d as DownloadUIControl;

            borderControl.OnSetSourceTextVisibiltyChanged(e);
        }
Ejemplo n.º 2
0
        private static void OnSetCancelCommandChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            DownloadUIControl borderControl = d as DownloadUIControl;

            borderControl.OnSetCancelCommandChanged(e);
        }
Ejemplo n.º 3
0
        private static void OnMessageTextChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            DownloadUIControl borderControl = d as DownloadUIControl;

            borderControl.OnMessageTextChanged(e);
        }