4 writes to _text
PresentationCore (4)
System\Windows\Input\Command\RoutedUICommand.cs (4)
25
_text
= String.Empty;
50
_text
= text;
72
_text
= GetText();
79
_text
= value;
2 references to _text
PresentationCore (2)
System\Windows\Input\Command\RoutedUICommand.cs (2)
70
if(
_text
== null)
74
return
_text
;