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