9 references to PositionInSetProperty
PresentationCore (5)
System\Windows\Automation\AutomationProperties.cs (2)
457element.SetValue(PositionInSetProperty, value); 467return ((int)element.GetValue(PositionInSetProperty));
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
273/// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
370/// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value.
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
418/// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value if one was provided,
PresentationFramework (4)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
273/// If <see cref="AutomationProperties.PositionInSetProperty"/> hasn't been set 278/// The value of <see cref="AutomationProperties.PositionInSetProperty"/> if it has been set, or it's position relative to the parent ItemsControl or GroupItem.
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (2)
87/// If <see cref="AutomationProperties.PositionInSetProperty"/> hasn't been set 92/// The value of <see cref="AutomationProperties.PositionInSetProperty"/> if it has been set, or it's position relative to the parent ItemsControl or GroupItem.