4 references to Style
PresentationFramework (4)
System\Windows\Controls\DataGridCheckBoxColumn.cs (2)
39
Style style = new
Style
(typeof(CheckBox), baseStyle);
71
Style style = new
Style
(typeof(CheckBox), baseStyle);
System\Windows\Controls\Image.cs (1)
410
Style style = new
Style
(typeof(Image), null);
System\Windows\Controls\MediaElement.cs (1)
102
Style style = new
Style
(typeof(MediaElement), null);