5 references to Style
PresentationFramework (5)
System\Windows\Controls\AccessText.cs (1)
557Style accessKeyStyle = new Style(typeof(Run));
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
228Style style = new Style(typeof(ComboBox));
System\Windows\Controls\DataGridTextColumn.cs (2)
39Style style = new Style(typeof(TextBlock)); 62Style style = new Style(typeof(TextBox));
System\Windows\Controls\InkCanvas.cs (1)
107Style defaultStyle = new Style(ownerType);