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