32 references to DependencyPropertyHelper
PresentationFramework (16)
MS\Internal\Documents\TextBoxView.cs (2)
3043BaseValueSource textAlignmentSource = DependencyPropertyHelper.GetValueSource(host, TextBox.TextAlignmentProperty).BaseValueSource; 3044BaseValueSource horizontalAlignmentSource = DependencyPropertyHelper.GetValueSource(host, TextBox.HorizontalContentAlignmentProperty).BaseValueSource;
System\Windows\Controls\Calendar.cs (1)
502if (DependencyPropertyHelper.GetValueSource(d, Calendar.FirstDayOfWeekProperty).BaseValueSource == BaseValueSource.Default)
System\Windows\Controls\DataGridHelper.cs (4)
329return DependencyPropertyHelper.GetValueSource(d, dp).BaseValueSource == BaseValueSource.Default; 384var propertySource = DependencyPropertyHelper.GetValueSource(baseObject, baseProperty); 389var parentPropertySource = DependencyPropertyHelper.GetValueSource(parentObject, parentProperty); 400var grandParentPropertySource = DependencyPropertyHelper.GetValueSource(grandParentObject, grandParentProperty);
System\Windows\Controls\DataGridRow.cs (1)
501ValueSource valueSource = DependencyPropertyHelper.GetValueSource(objectWithProperty, property);
System\Windows\Controls\DatePicker.cs (1)
396if (DependencyPropertyHelper.GetValueSource(datePicker, DatePicker.FirstDayOfWeekProperty).BaseValueSource == BaseValueSource.Default)
System\Windows\Controls\ItemsControl.cs (2)
73BaseValueSource baseValueSource = DependencyPropertyHelper.GetValueSource(d, VirtualizingStackPanel.ScrollUnitProperty).BaseValueSource; 95BaseValueSource baseValueSource = DependencyPropertyHelper.GetValueSource(d, VirtualizingStackPanel.CacheLengthUnitProperty).BaseValueSource;
System\Windows\Controls\Primitives\Popup.cs (1)
162System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(Child, TextOptions.TextRenderingModeProperty);
System\Windows\Documents\Run.cs (1)
135ValueSource textPropertySource = DependencyPropertyHelper.GetValueSource(this, TextProperty);
System\windows\Documents\TextSelection.cs (2)
1478System.Windows.DependencyPropertyHelper.GetValueSource(element, inheritableProperties[i]).BaseValueSource != BaseValueSource.Inherited) 1488System.Windows.DependencyPropertyHelper.GetValueSource(element, noninheritableProperties[i]).BaseValueSource != BaseValueSource.Inherited)
System\Windows\FrameworkElement.cs (1)
2420System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(this, TextOptions.TextRenderingModeProperty);
System.Windows.Controls.Ribbon (16)
Microsoft\Windows\Controls\Generated\PropertyHelper.cs (4)
17return DependencyPropertyHelper.GetValueSource(d, dp).BaseValueSource == BaseValueSource.Default; 72var propertySource = DependencyPropertyHelper.GetValueSource(baseObject, baseProperty); 77var parentPropertySource = DependencyPropertyHelper.GetValueSource(parentObject, parentProperty); 88var grandParentPropertySource = DependencyPropertyHelper.GetValueSource(grandParentObject, grandParentProperty);
Microsoft\Windows\Controls\KeyTipService.cs (1)
903if (DependencyPropertyHelper.GetValueSource(element, FrameworkElement.LanguageProperty).BaseValueSource != BaseValueSource.Default)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
563ValueSource vs = DependencyPropertyHelper.GetValueSource(separator, StyleProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
907ValueSource valueSource = DependencyPropertyHelper.GetValueSource(gallery, RibbonGallery.SelectedValueProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
579BaseValueSource newValueSource = DependencyPropertyHelper.GetValueSource(ribbonGroup, ForegroundProperty).BaseValueSource;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (6)
207return new ValueAndValueSource() { Value = d.GetValue(property), ValueSource = DependencyPropertyHelper.GetValueSource(d, property).BaseValueSource }; 1410var propertySource = DependencyPropertyHelper.GetValueSource(d, dp); 1471var propertySource = DependencyPropertyHelper.GetValueSource(d, dp); 1531performTransfer |= DependencyPropertyHelper.GetValueSource(original, originalProperty).BaseValueSource > BaseValueSource.Default; 1535performTransfer |= DependencyPropertyHelper.GetValueSource(original, originalProperty).BaseValueSource >= BaseValueSource.ParentTemplate; 2242BaseValueSource baseValueSource = DependencyPropertyHelper.GetValueSource(
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
578ValueSource vs = DependencyPropertyHelper.GetValueSource(separator, StyleProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
553ValueSource vs = DependencyPropertyHelper.GetValueSource(separator, StyleProperty);