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