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