5 references to Style
PresentationFramework (5)
System\Windows\Controls\AccessText.cs (1)
554Style accessKeyStyle = new Style(typeof(Run));
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
223Style style = new Style(typeof(ComboBox));
System\Windows\Controls\DataGridTextColumn.cs (2)
35Style style = new Style(typeof(TextBlock)); 58Style style = new Style(typeof(TextBox));
System\Windows\Controls\InkCanvas.cs (1)
94Style defaultStyle = new Style(ownerType);