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