2 writes to _name
PresentationCore (2)
System\Windows\Input\Command\RoutedCommand.cs (2)
25
_name
= String.Empty;
56
_name
= name;
1 reference to _name
PresentationCore (1)
System\Windows\Input\Command\RoutedCommand.cs (1)
185
return
_name
;