5 references to Inherited
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (1)
175
if (vs.BaseValueSource <= BaseValueSource.
Inherited
)
System\windows\Documents\TextSelection.cs (2)
1497
System.Windows.DependencyPropertyHelper.GetValueSource(element, inheritableProperties[i]).BaseValueSource != BaseValueSource.
Inherited
)
1507
System.Windows.DependencyPropertyHelper.GetValueSource(element, noninheritableProperties[i]).BaseValueSource != BaseValueSource.
Inherited
)
System\Windows\FrameworkElement.cs (1)
2441
if (vs.BaseValueSource > BaseValueSource.
Inherited
)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
587
if (newValueSource > BaseValueSource.
Inherited
&& !SystemParameters.HighContrast)