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