5 references to ApplyStyle
PresentationFramework (5)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
118
ApplyStyle
(isEditing, /* defaultToElementStyle = */ true, checkBox);
System\Windows\Controls\DataGridHyperlinkColumn.cs (2)
183
ApplyStyle
(/* isEditing = */ false, /* defaultToElementStyle = */ false, outerBlock);
199
ApplyStyle
(/* isEditing = */ true, /* defaultToElementStyle = */ false, textBox);
System\Windows\Controls\DataGridTextColumn.cs (2)
88
ApplyStyle
(/* isEditing = */ false, /* defaultToElementStyle = */ false, textBlock);
105
ApplyStyle
(/* isEditing = */ true, /* defaultToElementStyle = */ false, textBox);