16 writes to Style
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
102ToolTip = new ToolTip { Content = viewModel.ToolTipTextBlock, Style = (Style)FindResource(ToolTipStyleKey) };
PresentationFramework (12)
MS\Internal\FrameworkObject.cs (1)
353_fe.Style = value;
System\Windows\Controls\DataGridBoundColumn.cs (1)
162element.Style = style;
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
290element.Style = style;
System\Windows\Controls\GridSplitter.cs (1)
393previewControl.Style = previewStyle;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1205_floatingHeader.Style = srcHeader.Style; 1470header.Style = null;
System\Windows\Controls\GroupItem.cs (1)
192this.Style = style;
System\Windows\Controls\PasswordBox.cs (1)
1171_border.Style = null;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
773_columnHeaderDragIndicator.Style = style; 803_columnHeaderDropLocationIndicator.Style = style;
System\Windows\Input\KeyboardNavigation.cs (2)
499control.Style = focusVisualStyle; 610control.Style = _focusVisualStyle;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1035_findToolBar.Style = _findToolBar.FindResource(toolBarStyleKey) as Style;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipAdorner.cs (2)
102_keyTipControl.Style = keyTipStyle; 114_keyTipControl.Style = keyTipStyle;
26 references to Style
PresentationFramework (26)
MS\Internal\FrameworkObject.cs (1)
338return _fe.Style;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1205_floatingHeader.Style = srcHeader.Style;
System\Windows\FrameworkElement.cs (10)
1222style = fe.Style; 1657if( fe.Style != null && 1658fe.Style._resources != null ) 1660table = fe.Style._resources; 2106if (Style != null) 2108StyleHelper.OnTriggerSourcePropertyInvalidated(Style, null, this, dp, e, true /*invalidateOnlyContainer*/, 2109ref Style.TriggerSourceRecordFromChildIndex, ref Style.PropertyTriggersWithActions, 0 /*sourceChildIndex*/); // Style can only have triggers that are driven by properties on the container 2121if (ThemeStyle != null && Style != ThemeStyle) 2993selfStyle = fe.Style;
System\Windows\Generated\FrameworkElement.cs (3)
483selfStyle = Style; 561if(null != Style && Style.HasLoadedChangeHandler)
System\Windows\StyleHelper.cs (4)
136style = fe.Style; 305Style style = fe.Style; 2408selfStyle = fe.Style; 5135Style style = (fe != null) ? fe.Style : fce.Style;
System\Windows\ThemeManager.cs (1)
286if (window.Style == null)
System\Windows\TreeWalkHelper.cs (6)
580(fe.HasImplicitStyleFromResources || fe.Style == FrameworkElement.StyleProperty.GetMetadata(fe.DependencyObjectType).DefaultValue)) 761(fe.HasImplicitStyleFromResources || fe.Style == FrameworkElement.StyleProperty.GetMetadata(fe.DependencyObjectType).DefaultValue)) 774if (fe.Style != null && fe.Style.HasResourceReferences) 782StyleHelper.InvalidateResourceDependents(d, info, ref fe.Style.ResourceDependents, 822if (themeStyle != fe.Style)