4 writes to _text
PresentationCore (4)
System\Windows\Input\Command\RoutedUICommand.cs (4)
24
_text
= String.Empty;
49
_text
= text;
71
_text
= GetText();
78
_text
= value;
2 references to _text
PresentationCore (2)
System\Windows\Input\Command\RoutedUICommand.cs (2)
69
if(
_text
== null)
73
return
_text
;