6 overrides of GetLiveSettingCore
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
266override protected AutomationLiveSetting GetLiveSettingCore()
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
369override protected AutomationLiveSetting GetLiveSettingCore()
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
428override protected AutomationLiveSetting GetLiveSettingCore()
PresentationFramework (3)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
208override protected AutomationLiveSetting GetLiveSettingCore()
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
305protected override AutomationLiveSetting GetLiveSettingCore()
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
536protected override AutomationLiveSetting GetLiveSettingCore()
2 references to GetLiveSettingCore
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1219result = GetLiveSettingCore();
Core\CSharp\System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
264/// <see cref="AutomationPeer.GetLiveSettingCore"/>