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