1 instantiation of SelectionPattern
UIAutomationClient (1)
System\Windows\Automation\SelectionPattern.cs (1)
149
return new
SelectionPattern
(el, hPattern, cached);
26 references to SelectionPattern
UIAutomationClient (8)
MS\Internal\Automation\Schema.cs (8)
341
new AutomationPropertyInfo( convertToElementArray,
SelectionPattern
.SelectionProperty, typeof(AutomationElement[]), Array.Empty<AutomationElement>()),
342
new AutomationPropertyInfo( convertToBool,
SelectionPattern
.CanSelectMultipleProperty, typeof(bool), false ),
343
new AutomationPropertyInfo( convertToBool,
SelectionPattern
.IsSelectionRequiredProperty, typeof(bool), false ),
423
private static readonly AutomationProperty [ ] SelectionProperties = {
SelectionPattern
.SelectionProperty,
424
SelectionPattern
.CanSelectMultipleProperty,
425
SelectionPattern
.IsSelectionRequiredProperty };
469
new AutomationPatternInfo(
SelectionPattern
.Pattern, SelectionProperties, new WrapObjectClientSide(
SelectionPattern
.Wrap) ),
UIAutomationClientSideProviders (18)
MS\Internal\AutomationProxies\EventManager.cs (6)
275
ISelectionProvider selection = el.GetPatternProvider(
SelectionPattern
.Pattern) as ISelectionProvider;
279
RaisePropertyChangedEvent(el,
SelectionPattern
.IsSelectionRequiredProperty, selection.IsSelectionRequired);
435
AutomationInteropProvider.RaiseAutomationEvent(
SelectionPattern
.InvalidatedEvent, el, new AutomationEventArgs(
SelectionPattern
.InvalidatedEvent));
528
_objectIdClient.Add(
SelectionPattern
.IsSelectionRequiredProperty, new RaiseEvent(HandleIsSelectionRequiredProperty));
536
_objectIdClient.Add(
SelectionPattern
.InvalidatedEvent, new RaiseEvent(HandleInvalidatedEvent));
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1305
new CtrlTypePatterns(ControlType.List,
SelectionPattern
.Pattern),
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
426
else if (idEvent ==
SelectionPattern
.InvalidatedEvent)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
230
else if (iid ==
SelectionPattern
.Pattern && _type == ButtonType.GroupBox)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
93
else if (iid ==
SelectionPattern
.Pattern)
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
145
if (iid ==
SelectionPattern
.Pattern)
401
if (idProp ==
SelectionPattern
.IsSelectionRequiredProperty && !IsMultipleSelection() && !HasSelection())
450
if ((eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionAdd) && (idProp as AutomationProperty) ==
SelectionPattern
.IsSelectionRequiredProperty)
453
ReadOnlySpan<WinEventTracker.EvtIdProperty> aEvtIdProperties = [new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection,
SelectionPattern
.IsSelectionRequiredProperty)];
MS\Internal\AutomationProxies\WindowsListView.cs (1)
162
if (iid ==
SelectionPattern
.Pattern)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
128
if (iid ==
SelectionPattern
.Pattern)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
134
if (iid ==
SelectionPattern
.Pattern)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
229
else if (iid ==
SelectionPattern
.Pattern)