2 writes to _name
PresentationCore (2)
System\Windows\Input\Command\RoutedCommand.cs (2)
36
_name
= String.Empty;
67
_name
= name;
1 reference to _name
PresentationCore (1)
System\Windows\Input\Command\RoutedCommand.cs (1)
196
return
_name
;