4 references to Style
PresentationFramework (4)
System\Windows\Controls\DataGridCheckBoxColumn.cs (2)
43
Style style = new
Style
(typeof(CheckBox), baseStyle);
75
Style style = new
Style
(typeof(CheckBox), baseStyle);
System\Windows\Controls\Image.cs (1)
418
Style style = new
Style
(typeof(Image), null);
System\Windows\Controls\MediaElement.cs (1)
109
Style style = new
Style
(typeof(MediaElement), null);