11 writes to LastSupportedProperty
UIAutomationTypes (11)
MS\Internal\Automation\AutomationIdentifierConstants.cs (11)
34
LastSupportedProperty
= Properties.IsDialog;
42
LastSupportedProperty
= Properties.HeadingLevel;
50
LastSupportedProperty
= Properties.Size;
58
LastSupportedProperty
= Properties.Size;
66
LastSupportedProperty
= Properties.FullDescription;
74
LastSupportedProperty
= Properties.LocalizedLandmarkType;
82
LastSupportedProperty
= Properties.AnnotationObjects;
90
LastSupportedProperty
= Properties.IsPeripheral;
98
LastSupportedProperty
= Properties.FlowsFrom;
107
LastSupportedProperty
= Properties.IsSynchronizedInputPatternAvailable;
115
LastSupportedProperty
= Properties.TransformCanRotate;
1 reference to LastSupportedProperty
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
219
&& (id <= (int)AutomationIdentifierConstants.
LastSupportedProperty
));