31 references to TemplateBindingExtension
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (2)
81templateBorder.SetValue(Border.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty)); 82templateBorder.SetValue(Border.BorderBrushProperty, new TemplateBindingExtension(BorderBrushProperty));
PresentationFramework (28)
System\Windows\Controls\ContentPresenter.cs (2)
46text.SetValue(AccessText.TextProperty, new TemplateBindingExtension(ContentProperty)); 54text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentProperty));
System\Windows\Controls\ScrollViewer.cs (11)
2688grid.SetValue(Grid.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty)); 2705content.SetValue(ContentPresenter.MarginProperty, new TemplateBindingExtension(PaddingProperty)); 2706content.SetValue(ContentProperty, new TemplateBindingExtension(ContentProperty)); 2707content.SetValue(ContentTemplateProperty, new TemplateBindingExtension(ContentTemplateProperty)); 2708content.SetValue(CanContentScrollProperty, new TemplateBindingExtension(CanContentScrollProperty)); 2714hsb.SetValue(RangeBase.MaximumProperty, new TemplateBindingExtension(ScrollableWidthProperty)); 2715hsb.SetValue(ScrollBar.ViewportSizeProperty, new TemplateBindingExtension(ViewportWidthProperty)); 2717hsb.SetValue(UIElement.VisibilityProperty, new TemplateBindingExtension(ComputedHorizontalScrollBarVisibilityProperty)); 2724vsb.SetValue(RangeBase.MaximumProperty, new TemplateBindingExtension(ScrollableHeightProperty)); 2725vsb.SetValue(ScrollBar.ViewportSizeProperty, new TemplateBindingExtension(ViewportHeightProperty)); 2727vsb.SetValue(UIElement.VisibilityProperty, new TemplateBindingExtension(ComputedVerticalScrollBarVisibilityProperty));
System\Windows\FrameworkElementFactory.cs (6)
1189SetValue(ContentPresenter.ContentProperty, new TemplateBindingExtension(dpContent)); 1198SetValue(ContentPresenter.ContentTemplateProperty, new TemplateBindingExtension(dpContentTemplate)); 1200SetValue(ContentPresenter.ContentTemplateSelectorProperty, new TemplateBindingExtension(dpContentTemplateSelector)); 1202SetValue(ContentPresenter.ContentStringFormatProperty, new TemplateBindingExtension(dpContentStringFormat)); 1223SetValue(GridViewRowPresenter.ContentProperty, new TemplateBindingExtension(dpContent)); 1231SetValue(GridViewRowPresenter.ColumnsProperty, new TemplateBindingExtension(GridView.ColumnCollectionProperty));
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1719value = new TemplateBindingExtension((DependencyProperty)param);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10959return new System.Windows.TemplateBindingExtension(
System\Windows\Markup\BamlRecordReader.cs (1)
1471instance = new TemplateBindingExtension(dp);
System\Windows\TemplateContent.cs (6)
1245ValueInternal = new TemplateBindingExtension(dpContent), 1268ValueInternal = new TemplateBindingExtension(dpContentTemplate), 1286ValueInternal = new TemplateBindingExtension(dpContentTemplateSelector), 1304ValueInternal = new TemplateBindingExtension(dpContentStringFormat), 1346ValueInternal = new TemplateBindingExtension(dpContent), 1367ValueInternal = new TemplateBindingExtension(GridView.ColumnCollectionProperty),
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
61text.SetValue(TextBlock.TextProperty, new TemplateBindingExtension(ContentPresenter.ContentProperty));