4 references to Inherited
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
176if (vs.BaseValueSource <= BaseValueSource.Inherited)
src\Framework\System\windows\Documents\TextSelection.cs (2)
1500System.Windows.DependencyPropertyHelper.GetValueSource(element, inheritableProperties[i]).BaseValueSource != BaseValueSource.Inherited) 1510System.Windows.DependencyPropertyHelper.GetValueSource(element, noninheritableProperties[i]).BaseValueSource != BaseValueSource.Inherited)
src\Framework\System\Windows\FrameworkElement.cs (1)
2438if (vs.BaseValueSource > BaseValueSource.Inherited)