3 instantiations of BindingExpressionUncommonField
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
1428
private static readonly BindingExpressionUncommonField ItemValueBindingExpression = new
BindingExpressionUncommonField
();
src\Framework\System\Windows\Controls\TextSearch.cs (1)
194
private static readonly BindingExpressionUncommonField TextValueBindingExpression = new
BindingExpressionUncommonField
();
src\Framework\System\Windows\Controls\TreeView.cs (1)
885
private static readonly BindingExpressionUncommonField SelectedValuePathBindingExpression = new
BindingExpressionUncommonField
();
3 references to BindingExpressionUncommonField
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
1428
private static readonly
BindingExpressionUncommonField
ItemValueBindingExpression = new BindingExpressionUncommonField();
src\Framework\System\Windows\Controls\TextSearch.cs (1)
194
private static readonly
BindingExpressionUncommonField
TextValueBindingExpression = new BindingExpressionUncommonField();
src\Framework\System\Windows\Controls\TreeView.cs (1)
885
private static readonly
BindingExpressionUncommonField
SelectedValuePathBindingExpression = new BindingExpressionUncommonField();