2 writes to _currentlyRegistered
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
697
_currentlyRegistered
= null;
703
_currentlyRegistered
= key;
2 references to _currentlyRegistered
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
694
if (
_currentlyRegistered
!= null)
696
AccessKeyManager.Unregister(
_currentlyRegistered
, this);