20 writes to VisualTree
Microsoft.AspNetCore.Components.WebView.Wpf (1)
BlazorWebView.cs (1)
118
VisualTree
= new FrameworkElementFactory(typeof(WebView2Control), WebViewTemplateChildName)
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
89
Template = new ControlTemplate {
VisualTree
= templateBorder };
PresentationFramework (17)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
50
_xmlNodeContentTemplate.
VisualTree
= text;
67
_clrNodeContentTemplate.
VisualTree
= text;
System\Windows\Controls\ContentPresenter.cs (6)
48
template.
VisualTree
= text;
56
template.
VisualTree
= text;
68
template.
VisualTree
= text;
714
VisualTree
= text
741
VisualTree
= text
769
VisualTree
= text
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1164
VisualTree
= border
System\Windows\Controls\ItemsPanelTemplate.cs (1)
38
VisualTree
= root;
System\Windows\Controls\ScrollViewer.cs (1)
2738
VisualTree
= grid
System\Windows\Controls\Validation.cs (1)
603
defaultTemplate.
VisualTree
= border;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4604
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.ControlTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; },
4623
SetDelegate = delegate (object target, object value) { ((System.Windows.DataTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; },
4922
SetDelegate = delegate (object target, object value) { ((System.Windows.FrameworkTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; },
5078
SetDelegate = delegate (object target, object value) { ((System.Windows.HierarchicalDataTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; },
5288
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.ItemsPanelTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; },
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
63
template.
VisualTree
= text;
24 references to VisualTree
PresentationFramework (24)
System\Windows\BroadcastEventHelper.cs (1)
510
FrameworkElementFactory fefTree = templatedParentTemplate.
VisualTree
;
System\Windows\Controls\ItemsPanelTemplate.cs (1)
122
else if ((root = this.
VisualTree
) != null)
System\Windows\Controls\ItemsPresenter.cs (2)
309
if( Template.
VisualTree
!= null )
311
type = Template.
VisualTree
.Type;
System\Windows\Controls\PasswordBox.cs (2)
459
if (oldTemplate!=null && newTemplate!= null && oldTemplate.
VisualTree
!= newTemplate.
VisualTree
)
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1027
if (oldTemplate!=null && newTemplate!= null && oldTemplate.
VisualTree
!= newTemplate.
VisualTree
)
System\Windows\FrameworkContentElement.cs (1)
649
frameworkTemplate.
VisualTree
,
System\Windows\FrameworkElement.cs (1)
1936
frameworkTemplate.
VisualTree
,
System\Windows\FrameworkTemplate.cs (4)
115
return HasContent ||
VisualTree
!= null;
543
if (
VisualTree
!= null)
545
FrameworkObject frameworkObject =
VisualTree
.InstantiateUnoptimizedTree();
1175
child, templateChildIndex, ref this.ChildRecordFromChildIndex, false, this.
VisualTree
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4605
GetDelegate = delegate (object target) { return ((System.Windows.Controls.ControlTemplate)target).
VisualTree
; }
4624
GetDelegate = delegate (object target) { return ((System.Windows.DataTemplate)target).
VisualTree
; }
4923
GetDelegate = delegate (object target) { return ((System.Windows.FrameworkTemplate)target).
VisualTree
; }
5079
GetDelegate = delegate (object target) { return ((System.Windows.HierarchicalDataTemplate)target).
VisualTree
; }
5289
GetDelegate = delegate (object target) { return ((System.Windows.Controls.ItemsPanelTemplate)target).
VisualTree
; }
System\Windows\StyleHelper.cs (5)
2286
oldFrameworkTemplate.
VisualTree
);
3372
oldFactory = oldFrameworkTemplate?.
VisualTree
;
3373
newFactory = newFrameworkTemplate?.
VisualTree
;
3415
&& newFrameworkTemplate.
VisualTree
== null
3925
template.
VisualTree
);