5 references to ApplyBinding
PresentationFramework (5)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
114ApplyBinding(checkBox, CheckBox.IsCheckedProperty);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
173ApplyBinding(link, Hyperlink.NavigateUriProperty); 189ApplyBinding(textBox, TextBox.TextProperty);
System\Windows\Controls\DataGridTextColumn.cs (2)
85ApplyBinding(textBlock, TextBlock.TextProperty); 102ApplyBinding(textBox, TextBox.TextProperty);