コード例 #1
0
        private static void OnSetSourceTextVisibiltyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            DownloadUIControl borderControl = d as DownloadUIControl;

            borderControl.OnSetSourceTextVisibiltyChanged(e);
        }
コード例 #2
0
        private static void OnSetCancelCommandChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            DownloadUIControl borderControl = d as DownloadUIControl;

            borderControl.OnSetCancelCommandChanged(e);
        }
コード例 #3
0
        private static void OnMessageTextChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            DownloadUIControl borderControl = d as DownloadUIControl;

            borderControl.OnMessageTextChanged(e);
        }