6 references to Style
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
65
Resources.Add(ToolTipStyleKey, new
Style
(typeof(ToolTip))
PresentationFramework (5)
System\Windows\Controls\AccessText.cs (1)
557
Style accessKeyStyle = new
Style
(typeof(Run));
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
228
Style style = new
Style
(typeof(ComboBox));
System\Windows\Controls\DataGridTextColumn.cs (2)
39
Style style = new
Style
(typeof(TextBlock));
62
Style style = new
Style
(typeof(TextBox));
System\Windows\Controls\InkCanvas.cs (1)
107
Style defaultStyle = new
Style
(ownerType);