Exemplo n.º 1
0
        private static void OnFileStatePropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            FileChatItem target = d as FileChatItem;

            target.SetFileStatesView();
        }
Exemplo n.º 2
0
        private static void OnFullNamePropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            FileChatItem target = d as FileChatItem;

            target.CalFileState();
        }