Esempio n. 1
0
        private static void OnChatBubbleDirectionChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ChatBubbleTextBox sender = d as ChatBubbleTextBox;

            if (sender != null)
            {
                sender.UpdateChatBubbleDirection();
            }
        }