17 references to BaseValueSource
PresentationFramework (17)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
3063BaseValueSource textAlignmentSource = DependencyPropertyHelper.GetValueSource(host, TextBox.TextAlignmentProperty).BaseValueSource; 3064BaseValueSource horizontalAlignmentSource = DependencyPropertyHelper.GetValueSource(host, TextBox.HorizontalContentAlignmentProperty).BaseValueSource;
src\Framework\System\Windows\Controls\Calendar.cs (1)
508if (DependencyPropertyHelper.GetValueSource(d, Calendar.FirstDayOfWeekProperty).BaseValueSource == BaseValueSource.Default)
src\Framework\System\Windows\Controls\DataGridHelper.cs (6)
337return DependencyPropertyHelper.GetValueSource(d, dp).BaseValueSource == BaseValueSource.Default; 393var maxBaseValueSource = propertySource.BaseValueSource; 399if (parentPropertySource.BaseValueSource > maxBaseValueSource) 402maxBaseValueSource = parentPropertySource.BaseValueSource; 410if (grandParentPropertySource.BaseValueSource > maxBaseValueSource) 413maxBaseValueSource = grandParentPropertySource.BaseValueSource;
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
508if (valueSource.BaseValueSource == BaseValueSource.Local)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
84BaseValueSource baseValueSource = DependencyPropertyHelper.GetValueSource(d, VirtualizingStackPanel.ScrollUnitProperty).BaseValueSource; 106BaseValueSource baseValueSource = DependencyPropertyHelper.GetValueSource(d, VirtualizingStackPanel.CacheLengthUnitProperty).BaseValueSource;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
176if (vs.BaseValueSource <= BaseValueSource.Inherited)
src\Framework\System\Windows\Documents\Run.cs (1)
146if (!_isInsideDeferredSet && (_changeEventNestingCount == 0 || (textPropertySource.BaseValueSource == BaseValueSource.Local
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)