2 writes to IsEnabled
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
646_inputTimer.IsEnabled = true; 670_inputTimer.IsEnabled = false;
7 references to IsEnabled
PresentationFramework (5)
src\Framework\System\Windows\Controls\MenuItem.cs (1)
2647Debug.Assert(!timer.IsEnabled, "timer should not be running.");
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
124else if (_timer.IsEnabled)
src\Framework\System\Windows\Window.cs (3)
764if (_taskbarRetryTimer != null && _taskbarRetryTimer.IsEnabled) 6743if (_taskbarRetryTimer != null && _taskbarRetryTimer.IsEnabled) 6958if (_taskbarRetryTimer != null && _taskbarRetryTimer.IsEnabled)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationManager.cs (2)
292if (this.tryHideTimer.IsEnabled) 492if (this.TryHideTimer.IsEnabled)