32 references to GetValueSource
PresentationFramework (16)
MS\Internal\Documents\TextBoxView.cs (2)
3084
BaseValueSource textAlignmentSource = DependencyPropertyHelper.
GetValueSource
(host, TextBox.TextAlignmentProperty).BaseValueSource;
3085
BaseValueSource horizontalAlignmentSource = DependencyPropertyHelper.
GetValueSource
(host, TextBox.HorizontalContentAlignmentProperty).BaseValueSource;
System\Windows\Controls\Calendar.cs (1)
503
if (DependencyPropertyHelper.
GetValueSource
(d, Calendar.FirstDayOfWeekProperty).BaseValueSource == BaseValueSource.Default)
System\Windows\Controls\DataGridHelper.cs (4)
330
return DependencyPropertyHelper.
GetValueSource
(d, dp).BaseValueSource == BaseValueSource.Default;
385
var propertySource = DependencyPropertyHelper.
GetValueSource
(baseObject, baseProperty);
390
var parentPropertySource = DependencyPropertyHelper.
GetValueSource
(parentObject, parentProperty);
401
var grandParentPropertySource = DependencyPropertyHelper.
GetValueSource
(grandParentObject, grandParentProperty);
System\Windows\Controls\DataGridRow.cs (1)
502
ValueSource valueSource = DependencyPropertyHelper.
GetValueSource
(objectWithProperty, property);
System\Windows\Controls\DatePicker.cs (1)
397
if (DependencyPropertyHelper.
GetValueSource
(datePicker, DatePicker.FirstDayOfWeekProperty).BaseValueSource == BaseValueSource.Default)
System\Windows\Controls\ItemsControl.cs (2)
74
BaseValueSource baseValueSource = DependencyPropertyHelper.
GetValueSource
(d, VirtualizingStackPanel.ScrollUnitProperty).BaseValueSource;
96
BaseValueSource baseValueSource = DependencyPropertyHelper.
GetValueSource
(d, VirtualizingStackPanel.CacheLengthUnitProperty).BaseValueSource;
System\Windows\Controls\Primitives\Popup.cs (1)
167
System.Windows.ValueSource vs = DependencyPropertyHelper.
GetValueSource
(Child, TextOptions.TextRenderingModeProperty);
System\Windows\Documents\Run.cs (1)
145
ValueSource textPropertySource = DependencyPropertyHelper.
GetValueSource
(this, TextProperty);
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)
2429
System.Windows.ValueSource vs = DependencyPropertyHelper.
GetValueSource
(this, TextOptions.TextRenderingModeProperty);
System.Windows.Controls.Ribbon (16)
Microsoft\Windows\Controls\Generated\PropertyHelper.cs (4)
18
return DependencyPropertyHelper.
GetValueSource
(d, dp).BaseValueSource == BaseValueSource.Default;
73
var propertySource = DependencyPropertyHelper.
GetValueSource
(baseObject, baseProperty);
78
var parentPropertySource = DependencyPropertyHelper.
GetValueSource
(parentObject, parentProperty);
89
var grandParentPropertySource = DependencyPropertyHelper.
GetValueSource
(grandParentObject, grandParentProperty);
Microsoft\Windows\Controls\KeyTipService.cs (1)
907
if (DependencyPropertyHelper.
GetValueSource
(element, FrameworkElement.LanguageProperty).BaseValueSource != BaseValueSource.Default)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
550
ValueSource vs = DependencyPropertyHelper.
GetValueSource
(separator, StyleProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
906
ValueSource valueSource = DependencyPropertyHelper.
GetValueSource
(gallery, RibbonGallery.SelectedValueProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
583
BaseValueSource newValueSource = DependencyPropertyHelper.
GetValueSource
(ribbonGroup, ForegroundProperty).BaseValueSource;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (6)
204
return new ValueAndValueSource() { Value = d.GetValue(property), ValueSource = DependencyPropertyHelper.
GetValueSource
(d, property).BaseValueSource };
1431
var propertySource = DependencyPropertyHelper.
GetValueSource
(d, dp);
1492
var propertySource = DependencyPropertyHelper.
GetValueSource
(d, dp);
1552
performTransfer |= DependencyPropertyHelper.
GetValueSource
(original, originalProperty).BaseValueSource > BaseValueSource.Default;
1556
performTransfer |= DependencyPropertyHelper.
GetValueSource
(original, originalProperty).BaseValueSource >= BaseValueSource.ParentTemplate;
2263
BaseValueSource baseValueSource = DependencyPropertyHelper.
GetValueSource
(
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
579
ValueSource vs = DependencyPropertyHelper.
GetValueSource
(separator, StyleProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
554
ValueSource vs = DependencyPropertyHelper.
GetValueSource
(separator, StyleProperty);