5 references to ApplyBinding
PresentationFramework (5)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
119
ApplyBinding
(checkBox, CheckBox.IsCheckedProperty);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
184
ApplyBinding
(link, Hyperlink.NavigateUriProperty);
200
ApplyBinding
(textBox, TextBox.TextProperty);
System\Windows\Controls\DataGridTextColumn.cs (2)
89
ApplyBinding
(textBlock, TextBlock.TextProperty);
106
ApplyBinding
(textBox, TextBox.TextProperty);