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