1 instantiation of ValueSource
PresentationFramework (1)
System\Windows\DependencyPropertyHelper.cs (1)
177
return new
ValueSource
(source, isExpression, isAnimated, isCoerced, isCurrent);
22 references to ValueSource
PresentationFramework (13)
System\Windows\Controls\DataGridHelper.cs (3)
384
var
propertySource = DependencyPropertyHelper.GetValueSource(baseObject, baseProperty);
389
var
parentPropertySource = DependencyPropertyHelper.GetValueSource(parentObject, parentProperty);
400
var
grandParentPropertySource = DependencyPropertyHelper.GetValueSource(grandParentObject, grandParentProperty);
System\Windows\Controls\DataGridRow.cs (1)
501
ValueSource
valueSource = DependencyPropertyHelper.GetValueSource(objectWithProperty, property);
System\Windows\Controls\Primitives\Popup.cs (1)
162
System.Windows.
ValueSource
vs = DependencyPropertyHelper.GetValueSource(Child, TextOptions.TextRenderingModeProperty);
System\Windows\DependencyPropertyHelper.cs (6)
120
if (o is
ValueSource
that)
136
public static bool operator==(
ValueSource
vs1,
ValueSource
vs2)
144
public static bool operator!=(
ValueSource
vs1,
ValueSource
vs2)
167
public static
ValueSource
GetValueSource(DependencyObject dependencyObject, DependencyProperty dependencyProperty)
System\Windows\Documents\Run.cs (1)
135
ValueSource
textPropertySource = DependencyPropertyHelper.GetValueSource(this, TextProperty);
System\Windows\FrameworkElement.cs (1)
2420
System.Windows.
ValueSource
vs = DependencyPropertyHelper.GetValueSource(this, TextOptions.TextRenderingModeProperty);
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Generated\PropertyHelper.cs (3)
72
var
propertySource = DependencyPropertyHelper.GetValueSource(baseObject, baseProperty);
77
var
parentPropertySource = DependencyPropertyHelper.GetValueSource(parentObject, parentProperty);
88
var
grandParentPropertySource = DependencyPropertyHelper.GetValueSource(grandParentObject, grandParentProperty);
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
563
ValueSource
vs = DependencyPropertyHelper.GetValueSource(separator, StyleProperty);
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
907
ValueSource
valueSource = DependencyPropertyHelper.GetValueSource(gallery, RibbonGallery.SelectedValueProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
1410
var
propertySource = DependencyPropertyHelper.GetValueSource(d, dp);
1471
var
propertySource = DependencyPropertyHelper.GetValueSource(d, dp);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
578
ValueSource
vs = DependencyPropertyHelper.GetValueSource(separator, StyleProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
553
ValueSource
vs = DependencyPropertyHelper.GetValueSource(separator, StyleProperty);