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)
356_fe.Style = value;
System\Windows\Controls\DataGridBoundColumn.cs (1)
168element.Style = style;
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
294element.Style = style;
System\Windows\Controls\GridSplitter.cs (1)
399previewControl.Style = previewStyle;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1208_floatingHeader.Style = srcHeader.Style; 1473header.Style = null;
System\Windows\Controls\GroupItem.cs (1)
200this.Style = style;
System\Windows\Controls\PasswordBox.cs (1)
1179_border.Style = null;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
778_columnHeaderDragIndicator.Style = style; 808_columnHeaderDropLocationIndicator.Style = style;
System\Windows\Input\KeyboardNavigation.cs (2)
509control.Style = focusVisualStyle; 620control.Style = _focusVisualStyle;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1042_findToolBar.Style = _findToolBar.FindResource(toolBarStyleKey) as Style;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipAdorner.cs (2)
105_keyTipControl.Style = keyTipStyle; 117_keyTipControl.Style = keyTipStyle;
26 references to Style
PresentationFramework (26)
MS\Internal\FrameworkObject.cs (1)
341return _fe.Style;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1208_floatingHeader.Style = srcHeader.Style;
System\Windows\FrameworkElement.cs (10)
1233style = fe.Style; 1668if( fe.Style != null && 1669fe.Style._resources != null ) 1671table = fe.Style._resources; 2117if (Style != null) 2119StyleHelper.OnTriggerSourcePropertyInvalidated(Style, null, this, dp, e, true /*invalidateOnlyContainer*/, 2120ref Style.TriggerSourceRecordFromChildIndex, ref Style.PropertyTriggersWithActions, 0 /*sourceChildIndex*/); // Style can only have triggers that are driven by properties on the container 2132if (ThemeStyle != null && Style != ThemeStyle) 3004selfStyle = fe.Style;
System\Windows\Generated\FrameworkElement.cs (3)
489selfStyle = Style; 567if(null != Style && Style.HasLoadedChangeHandler)
System\Windows\StyleHelper.cs (4)
142style = fe.Style; 311Style style = fe.Style; 2414selfStyle = fe.Style; 5141Style style = (fe != null) ? fe.Style : fce.Style;
System\Windows\ThemeManager.cs (1)
295if (window.Style == null)
System\Windows\TreeWalkHelper.cs (6)
584(fe.HasImplicitStyleFromResources || fe.Style == FrameworkElement.StyleProperty.GetMetadata(fe.DependencyObjectType).DefaultValue)) 765(fe.HasImplicitStyleFromResources || fe.Style == FrameworkElement.StyleProperty.GetMetadata(fe.DependencyObjectType).DefaultValue)) 778if (fe.Style != null && fe.Style.HasResourceReferences) 786StyleHelper.InvalidateResourceDependents(d, info, ref fe.Style.ResourceDependents, 826if (themeStyle != fe.Style)