4 writes to _text
PresentationCore (4)
System\Windows\Input\Command\RoutedUICommand.cs (4)
29
_text
= String.Empty;
54
_text
= text;
76
_text
= GetText();
83
_text
= value;
2 references to _text
PresentationCore (2)
System\Windows\Input\Command\RoutedUICommand.cs (2)
74
if(
_text
== null)
78
return
_text
;