6 references to Off
PresentationCore (3)
System\Windows\Automation\AutomationProperties.cs (1)
412new UIPropertyMetadata(AutomationLiveSetting.Off));
System\Windows\Automation\Peers\AutomationPeer.cs (2)
704return AutomationLiveSetting.Off; 1216AutomationLiveSetting result = AutomationLiveSetting.Off;
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
208AutomationLiveSetting liveSetting = AutomationLiveSetting.Off;
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
309return AutomationLiveSetting.Off;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
594return AutomationLiveSetting.Off;