4 references to GetLiveSetting
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2511
private static object GetLiveSetting(AutomationPeer peer) { return peer.
GetLiveSetting
(); }
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
212
liveSetting = wrapperPeer.
GetLiveSetting
();
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
302
return wrapperPeer.
GetLiveSetting
();
System\Windows\Automation\Peers\ItemAutomationPeer.cs (1)
590
return wrapperPeer.
GetLiveSetting
();