3 references to RangeValue
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2384s_patternInfo[RangeValuePatternIdentifiers.Pattern.Id] = new PatternInfo(RangeValuePatternIdentifiers.Pattern.Id, new WrapObject(RangeValueProviderWrapper.Wrap), PatternInterface.RangeValue);
PresentationFramework (2)
System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (1)
41if (patternInterface == PatternInterface.RangeValue && ((ProgressBar)Owner).IsIndeterminate)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
32if (patternInterface == PatternInterface.RangeValue)