11 writes to LastSupportedProperty
UIAutomationTypes (11)
MS\Internal\Automation\AutomationIdentifierConstants.cs (11)
33
LastSupportedProperty
= Properties.IsDialog;
41
LastSupportedProperty
= Properties.HeadingLevel;
49
LastSupportedProperty
= Properties.Size;
57
LastSupportedProperty
= Properties.Size;
65
LastSupportedProperty
= Properties.FullDescription;
73
LastSupportedProperty
= Properties.LocalizedLandmarkType;
81
LastSupportedProperty
= Properties.AnnotationObjects;
89
LastSupportedProperty
= Properties.IsPeripheral;
97
LastSupportedProperty
= Properties.FlowsFrom;
106
LastSupportedProperty
= Properties.IsSynchronizedInputPatternAvailable;
114
LastSupportedProperty
= Properties.TransformCanRotate;
1 reference to LastSupportedProperty
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
218
&& (id <= (int)AutomationIdentifierConstants.
LastSupportedProperty
));