1 instantiation of ValueSource
PresentationFramework (1)
System\Windows\DependencyPropertyHelper.cs (1)
180
return new
ValueSource
(source, isExpression, isAnimated, isCoerced, isCurrent);
24 references to ValueSource
PresentationFramework (15)
System\Windows\Controls\DataGridHelper.cs (3)
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\Primitives\Popup.cs (1)
167
System.Windows.
ValueSource
vs = DependencyPropertyHelper.GetValueSource(Child, TextOptions.TextRenderingModeProperty);
System\Windows\DependencyPropertyHelper.cs (8)
121
if (o is
ValueSource
)
123
ValueSource
that = (
ValueSource
)o;
139
public static bool operator==(
ValueSource
vs1,
ValueSource
vs2)
147
public static bool operator!=(
ValueSource
vs1,
ValueSource
vs2)
170
public static
ValueSource
GetValueSource(DependencyObject dependencyObject, DependencyProperty dependencyProperty)
System\Windows\Documents\Run.cs (1)
145
ValueSource
textPropertySource = DependencyPropertyHelper.GetValueSource(this, TextProperty);
System\Windows\FrameworkElement.cs (1)
2429
System.Windows.
ValueSource
vs = DependencyPropertyHelper.GetValueSource(this, TextOptions.TextRenderingModeProperty);
System.Windows.Controls.Ribbon (9)
Microsoft\Windows\Controls\Generated\PropertyHelper.cs (3)
73
var
propertySource = DependencyPropertyHelper.GetValueSource(baseObject, baseProperty);
78
var
parentPropertySource = DependencyPropertyHelper.GetValueSource(parentObject, parentProperty);
89
var
grandParentPropertySource = DependencyPropertyHelper.GetValueSource(grandParentObject, grandParentProperty);
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\RibbonHelper.cs (2)
1431
var
propertySource = DependencyPropertyHelper.GetValueSource(d, dp);
1492
var
propertySource = DependencyPropertyHelper.GetValueSource(d, dp);
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);