11 references to Style
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
65
Resources.Add(ToolTipStyleKey, new
Style
(typeof(ToolTip))
Microsoft.VisualStudio.LanguageServices.Implementation (5)
Options\AbstractOptionPageControl.cs (5)
41
var groupBoxStyle = new System.Windows.
Style
(typeof(GroupBox));
47
var checkBoxStyle = new System.Windows.
Style
(typeof(CheckBox));
52
var textBoxStyle = new System.Windows.
Style
(typeof(TextBox));
57
var radioButtonStyle = new System.Windows.
Style
(typeof(RadioButton));
62
var comboBoxStyle = new System.Windows.
Style
(typeof(ComboBox));
PresentationFramework (5)
System\Windows\Controls\AccessText.cs (1)
554
Style accessKeyStyle = new
Style
(typeof(Run));
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
223
Style style = new
Style
(typeof(ComboBox));
System\Windows\Controls\DataGridTextColumn.cs (2)
35
Style style = new
Style
(typeof(TextBlock));
58
Style style = new
Style
(typeof(TextBox));
System\Windows\Controls\InkCanvas.cs (1)
94
Style defaultStyle = new
Style
(ownerType);