Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <Button Command="Copy">
  2. <Button.ToolTip>
  3. <ToolTip Background="#0F0F0F">
  4. <StackPanel>
  5. <TextBlock />
  6.  
  7. </StackPanel>
  8. </ToolTip>
  9. </Button.ToolTip>
  10.  
  11. </Button>
  12.  
  13.  
  14.  
  15. CommandBindings.Add(new CommandBinding(ApplicationCommands.Copy, OnCopy, CanCutOrCopy));
  16.  
  17. TextAreaDefaultInputHandler.WorkaroundWPFMemoryLeak(InputBindings);
  18.  
  19.  
  20. <ContextMenu }" >
  21. <MenuItem Header="{l:Localization Key=Copy}" Click="Copy" >
  22. </MenuItem>
  23. </ContextMenu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement