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