11 writes to LastSupportedProperty
UIAutomationTypes (11)
MS\Internal\Automation\AutomationIdentifierConstants.cs (11)
36LastSupportedProperty = Properties.IsDialog; 44LastSupportedProperty = Properties.HeadingLevel; 52LastSupportedProperty = Properties.Size; 60LastSupportedProperty = Properties.Size; 68LastSupportedProperty = Properties.FullDescription; 76LastSupportedProperty = Properties.LocalizedLandmarkType; 84LastSupportedProperty = Properties.AnnotationObjects; 92LastSupportedProperty = Properties.IsPeripheral; 100LastSupportedProperty = Properties.FlowsFrom; 109LastSupportedProperty = Properties.IsSynchronizedInputPatternAvailable; 117LastSupportedProperty = Properties.TransformCanRotate;
1 reference to LastSupportedProperty
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
221&& (id <= (int)AutomationIdentifierConstants.LastSupportedProperty));