WPF: Implementation of ApplicationCommands.Copy?
        Posted  
        
            by Ikhail
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ikhail
        
        
        
        Published on 2010-05-01T17:26:23Z
        Indexed on 
            2010/05/01
            23:07 UTC
        
        
        Read the original article
        Hit count: 158
        
I just created a menu with Command="ApplicationCommands.Copy" and I thought I had to handle the Executed event of the binding, and add a binding but I just don't need to.
Now I'm confused!
Where is the implementation of this command? How can it automatically copy a text selected in any of the textboxes I have in my window?
thanks!
© Stack Overflow or respective owner