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