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)
49
_xmlNodeContentTemplate.
VisualTree
= text;
66
_clrNodeContentTemplate.
VisualTree
= text;
System\Windows\Controls\ContentPresenter.cs (6)
47
template.
VisualTree
= text;
55
template.
VisualTree
= text;
67
template.
VisualTree
= text;
713
VisualTree
= text
740
VisualTree
= text
768
VisualTree
= text
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1163
VisualTree
= border
System\Windows\Controls\ItemsPanelTemplate.cs (1)
37
VisualTree
= root;
System\Windows\Controls\ScrollViewer.cs (1)
2737
VisualTree
= grid
System\Windows\Controls\Validation.cs (1)
602
defaultTemplate.
VisualTree
= border;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4603
SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.ControlTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; },
4622
SetDelegate = delegate (object target, object value) { ((System.Windows.DataTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; },
4921
SetDelegate = delegate (object target, object value) { ((System.Windows.FrameworkTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; },
5077
SetDelegate = delegate (object target, object value) { ((System.Windows.HierarchicalDataTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; },
5287
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)
62
template.
VisualTree
= text;
24 references to VisualTree
PresentationFramework (24)
System\Windows\BroadcastEventHelper.cs (1)
509
FrameworkElementFactory fefTree = templatedParentTemplate.
VisualTree
;
System\Windows\Controls\ItemsPanelTemplate.cs (1)
121
else if ((root = this.
VisualTree
) != null)
System\Windows\Controls\ItemsPresenter.cs (2)
308
if( Template.
VisualTree
!= null )
310
type = Template.
VisualTree
.Type;
System\Windows\Controls\PasswordBox.cs (2)
458
if (oldTemplate!=null && newTemplate!= null && oldTemplate.
VisualTree
!= newTemplate.
VisualTree
)
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1026
if (oldTemplate!=null && newTemplate!= null && oldTemplate.
VisualTree
!= newTemplate.
VisualTree
)
System\Windows\FrameworkContentElement.cs (1)
648
frameworkTemplate.
VisualTree
,
System\Windows\FrameworkElement.cs (1)
1935
frameworkTemplate.
VisualTree
,
System\Windows\FrameworkTemplate.cs (4)
114
return HasContent ||
VisualTree
!= null;
541
if (
VisualTree
!= null)
543
FrameworkObject frameworkObject =
VisualTree
.InstantiateUnoptimizedTree();
1173
child, templateChildIndex, ref this.ChildRecordFromChildIndex, false, this.
VisualTree
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4604
GetDelegate = delegate (object target) { return ((System.Windows.Controls.ControlTemplate)target).
VisualTree
; }
4623
GetDelegate = delegate (object target) { return ((System.Windows.DataTemplate)target).
VisualTree
; }
4922
GetDelegate = delegate (object target) { return ((System.Windows.FrameworkTemplate)target).
VisualTree
; }
5078
GetDelegate = delegate (object target) { return ((System.Windows.HierarchicalDataTemplate)target).
VisualTree
; }
5288
GetDelegate = delegate (object target) { return ((System.Windows.Controls.ItemsPanelTemplate)target).
VisualTree
; }
System\Windows\StyleHelper.cs (5)
2285
oldFrameworkTemplate.
VisualTree
);
3371
oldFactory = oldFrameworkTemplate?.
VisualTree
;
3372
newFactory = newFrameworkTemplate?.
VisualTree
;
3414
&& newFrameworkTemplate.
VisualTree
== null
3924
template.
VisualTree
);