17 references to ThemeStyle
PresentationFramework (17)
MS\Internal\FrameworkObject.cs (1)
173return _fce.ThemeStyle;
System\Windows\FrameworkContentElement.cs (5)
732if (ThemeStyle != null && Style != ThemeStyle) 734StyleHelper.OnTriggerSourcePropertyInvalidated(ThemeStyle, null, this, dp, e, true /*invalidateOnlyContainer*/, 735ref 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)
1252themeStyle = fce.ThemeStyle; 1701if( fce.ThemeStyle != null && 1702fce.ThemeStyle._resources != null ) 1704table = fce.ThemeStyle._resources;
System\Windows\Generated\FrameworkContentElement.cs (3)
466selfThemeStyle = ThemeStyle; 547if(null != ThemeStyle && ThemeStyle.HasLoadedChangeHandler)
System\Windows\StyleHelper.cs (3)
185oldThemeStyle = fce.ThemeStyle; 2411selfThemeStyle = fce.ThemeStyle; 5210Style style = (fe != null) ? fe.ThemeStyle : fce.ThemeStyle;
System\Windows\TreeWalkHelper.cs (1)
882Style themeStyle = fce.ThemeStyle;