9 references to PositionInSetProperty
PresentationCore (5)
System\Windows\Automation\AutomationProperties.cs (2)
455element.SetValue(PositionInSetProperty, value); 465return ((int)element.GetValue(PositionInSetProperty));
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (1)
269/// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
362/// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value.
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
409/// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value if one was provided,
PresentationFramework (4)
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
260/// If <see cref="AutomationProperties.PositionInSetProperty"/> hasn't been set 265/// 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)
74/// If <see cref="AutomationProperties.PositionInSetProperty"/> hasn't been set 79/// The value of <see cref="AutomationProperties.PositionInSetProperty"/> if it has been set, or it's position relative to the parent ItemsControl or GroupItem.