Example #1
0
 public void SetAccessibleNameAndNotifyScreenReaderAutomationIfKeyboardFocused(string str)
 {
     TextBlockWithAutomationPeer.SetAccessibleNameAndNotifyScreenReaderAutomationIfKeyboardFocused(m_AutomationPeer, this, str, m_AutomaticChangeNotificationForAutomationPropertiesName);
 }