3 references to RangeValue
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2296
s_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)
37
if (patternInterface == PatternInterface.
RangeValue
&& ((ProgressBar)Owner).IsIndeterminate)
src\Framework\System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
28
if (patternInterface == PatternInterface.
RangeValue
)