6 references to Off
PresentationCore (3)
System\Windows\Automation\AutomationProperties.cs (1)
410new UIPropertyMetadata(AutomationLiveSetting.Off));
System\Windows\Automation\Peers\AutomationPeer.cs (2)
692return AutomationLiveSetting.Off; 1204AutomationLiveSetting result = AutomationLiveSetting.Off;
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
202AutomationLiveSetting liveSetting = AutomationLiveSetting.Off;
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
302return AutomationLiveSetting.Off;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
584return AutomationLiveSetting.Off;