5 references to ApplyStyle
PresentationFramework (5)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
114
ApplyStyle
(isEditing, /* defaultToElementStyle = */ true, checkBox);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
176
ApplyStyle
(/* isEditing = */ false, /* defaultToElementStyle = */ false, outerBlock);
192
ApplyStyle
(/* isEditing = */ true, /* defaultToElementStyle = */ false, textBox);
System\Windows\Controls\DataGridTextColumn.cs (2)
85
ApplyStyle
(/* isEditing = */ false, /* defaultToElementStyle = */ false, textBlock);
102
ApplyStyle
(/* isEditing = */ true, /* defaultToElementStyle = */ false, textBox);