8 references to UiaClientsAreListening
System.Windows.Forms (8)
System\Windows\Forms\Accessibility\AccessibleObject.cs (4)
3235if (PInvoke.UiaClientsAreListening() && !AppContextSwitches.NoClientNotifications) 3247if (PInvoke.UiaClientsAreListening() && !AppContextSwitches.NoClientNotifications) 3261=> PInvoke.UiaClientsAreListening() 3267if (PInvoke.UiaClientsAreListening() && !AppContextSwitches.NoClientNotifications)
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
39if (!PInvoke.UiaClientsAreListening())
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6030if (nmhdr->code == PInvoke.NM_CUSTOMDRAW && PInvoke.UiaClientsAreListening())
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1536if (PInvoke.UiaClientsAreListening())
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
796if (PInvoke.UiaClientsAreListening())