1 instantiation of SelectionPattern
UIAutomationClient (1)
System\Windows\Automation\SelectionPattern.cs (1)
162
return new
SelectionPattern
(el, hPattern, cached);
26 references to SelectionPattern
UIAutomationClient (8)
MS\Internal\Automation\Schema.cs (8)
326
new AutomationPropertyInfo( convertToElementArray,
SelectionPattern
.SelectionProperty, typeof(AutomationElement[]), new AutomationElement[]{} ),
327
new AutomationPropertyInfo( convertToBool,
SelectionPattern
.CanSelectMultipleProperty, typeof(bool), false ),
328
new AutomationPropertyInfo( convertToBool,
SelectionPattern
.IsSelectionRequiredProperty, typeof(bool), false ),
408
private static readonly AutomationProperty [ ] SelectionProperties = {
SelectionPattern
.SelectionProperty,
409
SelectionPattern
.CanSelectMultipleProperty,
410
SelectionPattern
.IsSelectionRequiredProperty };
454
new AutomationPatternInfo(
SelectionPattern
.Pattern, SelectionProperties, new WrapObjectClientSide(
SelectionPattern
.Wrap) ),
UIAutomationClientsideProviders (18)
MS\Internal\AutomationProxies\EventManager.cs (6)
289
ISelectionProvider selection = el.GetPatternProvider(
SelectionPattern
.Pattern) as ISelectionProvider;
293
RaisePropertyChangedEvent(el,
SelectionPattern
.IsSelectionRequiredProperty, selection.IsSelectionRequired);
449
AutomationInteropProvider.RaiseAutomationEvent(
SelectionPattern
.InvalidatedEvent, el, new AutomationEventArgs(
SelectionPattern
.InvalidatedEvent));
542
_objectIdClient.Add(
SelectionPattern
.IsSelectionRequiredProperty, new RaiseEvent(HandleIsSelectionRequiredProperty));
550
_objectIdClient.Add(
SelectionPattern
.InvalidatedEvent, new RaiseEvent(HandleInvalidatedEvent));
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1340
new CtrlTypePatterns(ControlType.List,
SelectionPattern
.Pattern),
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
449
else if (idEvent ==
SelectionPattern
.InvalidatedEvent)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
247
else if (iid ==
SelectionPattern
.Pattern && _type == ButtonType.GroupBox)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
110
else if (iid ==
SelectionPattern
.Pattern)
MS\Internal\AutomationProxies\WindowsListBox.cs (4)
161
if (iid ==
SelectionPattern
.Pattern)
417
if (idProp ==
SelectionPattern
.IsSelectionRequiredProperty && !IsMultipleSelection() && !HasSelection())
466
if ((eventId == NativeMethods.EventObjectSelection || eventId == NativeMethods.EventObjectSelectionAdd) && (idProp as AutomationProperty) ==
SelectionPattern
.IsSelectionRequiredProperty)
469
WinEventTracker.EvtIdProperty[] aEvtIdProperties = new WinEventTracker.EvtIdProperty[] { new WinEventTracker.EvtIdProperty(NativeMethods.EventObjectSelection,
SelectionPattern
.IsSelectionRequiredProperty) };
MS\Internal\AutomationProxies\WindowsListView.cs (1)
176
if (iid ==
SelectionPattern
.Pattern)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
132
if (iid ==
SelectionPattern
.Pattern)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
149
if (iid ==
SelectionPattern
.Pattern)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
240
else if (iid ==
SelectionPattern
.Pattern)