Esempio n. 1
0
        private static void OnRenameCommandChanged(DependencyObject o, DependencyPropertyChangedEventArgs e)
        {
            TimelineTreeRow timelineTreeRow = o as TimelineTreeRow;

            if (timelineTreeRow == null)
            {
                return;
            }
            timelineTreeRow.OnRenameCommandChanged((ICommand)e.NewValue);
        }