6 references to Off
PresentationCore (3)
System\Windows\Automation\AutomationProperties.cs (1)
409new UIPropertyMetadata(AutomationLiveSetting.Off));
System\Windows\Automation\Peers\AutomationPeer.cs (2)
691return AutomationLiveSetting.Off; 1203AutomationLiveSetting result = AutomationLiveSetting.Off;
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
201AutomationLiveSetting liveSetting = AutomationLiveSetting.Off;
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
301return AutomationLiveSetting.Off;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
580return AutomationLiveSetting.Off;