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