1 type derived from ListBoxItemWrapperAutomationPeer
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
80internal class AutomationDelegatingListViewItemAutomationPeer : ListBoxItemWrapperAutomationPeer
1 instantiation of ListBoxItemWrapperAutomationPeer
PresentationFramework (1)
System\Windows\Controls\ListBoxItem.cs (1)
244return new ListBoxItemWrapperAutomationPeer(this);
1 reference to ListBoxItemWrapperAutomationPeer
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
53if (peer is ListBoxItemWrapperAutomationPeer itemWrapperAutomationPeer)