5 references to ApplyBinding
PresentationFramework (5)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
115ApplyBinding(checkBox, CheckBox.IsCheckedProperty);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
177ApplyBinding(link, Hyperlink.NavigateUriProperty); 193ApplyBinding(textBox, TextBox.TextProperty);
System\Windows\Controls\DataGridTextColumn.cs (2)
86ApplyBinding(textBlock, TextBlock.TextProperty); 103ApplyBinding(textBox, TextBox.TextProperty);