4 writes to _text
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\RoutedUICommand.cs (4)
28
_text
= String.Empty;
56
_text
= text;
78
_text
= GetText();
88
_text
= value;
2 references to _text
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\RoutedUICommand.cs (2)
76
if(
_text
== null)
80
return
_text
;