5 references to ApplyStyle
PresentationFramework (5)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
113
ApplyStyle
(isEditing, /* defaultToElementStyle = */ true, checkBox);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
172
ApplyStyle
(/* isEditing = */ false, /* defaultToElementStyle = */ false, outerBlock);
188
ApplyStyle
(/* isEditing = */ true, /* defaultToElementStyle = */ false, textBox);
System\Windows\Controls\DataGridTextColumn.cs (2)
84
ApplyStyle
(/* isEditing = */ false, /* defaultToElementStyle = */ false, textBlock);
101
ApplyStyle
(/* isEditing = */ true, /* defaultToElementStyle = */ false, textBox);