9 references to PositionInSetProperty
PresentationCore (5)
System\Windows\Automation\AutomationProperties.cs (2)
454element.SetValue(PositionInSetProperty, value); 464return ((int)element.GetValue(PositionInSetProperty));
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
268/// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
361/// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value.
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
405/// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value if one was provided,
PresentationFramework (4)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
256/// If <see cref="AutomationProperties.PositionInSetProperty"/> hasn't been set 261/// 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)
73/// If <see cref="AutomationProperties.PositionInSetProperty"/> hasn't been set 78/// The value of <see cref="AutomationProperties.PositionInSetProperty"/> if it has been set, or it's position relative to the parent ItemsControl or GroupItem.