17 references to ThemeStyle
PresentationFramework (17)
MS\Internal\FrameworkObject.cs (1)
174return _fce.ThemeStyle;
System\Windows\FrameworkContentElement.cs (5)
733if (ThemeStyle != null && Style != ThemeStyle) 735StyleHelper.OnTriggerSourcePropertyInvalidated(ThemeStyle, null, this, dp, e, true /*invalidateOnlyContainer*/, 736ref 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)
1253themeStyle = fce.ThemeStyle; 1702if( fce.ThemeStyle != null && 1703fce.ThemeStyle._resources != null ) 1705table = fce.ThemeStyle._resources;
System\Windows\Generated\FrameworkContentElement.cs (3)
467selfThemeStyle = ThemeStyle; 548if(null != ThemeStyle && ThemeStyle.HasLoadedChangeHandler)
System\Windows\StyleHelper.cs (3)
186oldThemeStyle = fce.ThemeStyle; 2412selfThemeStyle = fce.ThemeStyle; 5211Style style = (fe != null) ? fe.ThemeStyle : fce.ThemeStyle;
System\Windows\TreeWalkHelper.cs (1)
883Style themeStyle = fce.ThemeStyle;