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