17 references to ThemeStyle
PresentationFramework (17)
MS\Internal\FrameworkObject.cs (1)
174return _fce.ThemeStyle;
System\Windows\FrameworkContentElement.cs (5)
743if (ThemeStyle != null && Style != ThemeStyle) 745StyleHelper.OnTriggerSourcePropertyInvalidated(ThemeStyle, null, this, dp, e, true /*invalidateOnlyContainer*/, 746ref ThemeStyle.TriggerSourceRecordFromChildIndex, ref ThemeStyle.PropertyTriggersWithActions, 0 /*sourceChildIndex*/); // ThemeStyle can only have triggers that are driven by properties on the container
System\Windows\FrameworkElement.cs (4)
1263themeStyle = fce.ThemeStyle; 1712if( fce.ThemeStyle != null && 1713fce.ThemeStyle._resources != null ) 1715table = fce.ThemeStyle._resources;
System\Windows\Generated\FrameworkContentElement.cs (3)
468selfThemeStyle = ThemeStyle; 548if(null != ThemeStyle && ThemeStyle.HasLoadedChangeHandler)
System\Windows\StyleHelper.cs (3)
194oldThemeStyle = fce.ThemeStyle; 2417selfThemeStyle = fce.ThemeStyle; 5215Style style = (fe != null) ? fe.ThemeStyle : fce.ThemeStyle;
System\Windows\TreeWalkHelper.cs (1)
886Style themeStyle = fce.ThemeStyle;