19 writes to VisualTree
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
89
Template = new ControlTemplate {
VisualTree
= templateBorder };
PresentationFramework (17)
MS\Internal\Data\DisplayMemberTemplateSelector.cs (2)
51
_xmlNodeContentTemplate.
VisualTree
= text;
66
_clrNodeContentTemplate.
VisualTree
= text;
System\Windows\Controls\ContentPresenter.cs (6)
57
template.
VisualTree
= text;
65
template.
VisualTree
= text;
75
template.
VisualTree
= text;
718
template.
VisualTree
= text;
741
template.
VisualTree
= text;
765
template.
VisualTree
= text;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1163
template.
VisualTree
= border;
System\Windows\Controls\ItemsPanelTemplate.cs (1)
43
VisualTree
= root;
System\Windows\Controls\ScrollViewer.cs (1)
2743
template.
VisualTree
= grid;
System\Windows\Controls\Validation.cs (1)
617
defaultTemplate.
VisualTree
= border;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4361
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Controls.ControlTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; };
4378
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.DataTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; };
4649
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.FrameworkTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; };
4789
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.HierarchicalDataTemplate)target).
VisualTree
= (System.Windows.FrameworkElementFactory)value; };
4977
bamlMember.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)
65
template.
VisualTree
= text;
24 references to VisualTree
PresentationFramework (24)
System\Windows\BroadcastEventHelper.cs (1)
516
FrameworkElementFactory fefTree = templatedParentTemplate.
VisualTree
;
System\Windows\Controls\ItemsPanelTemplate.cs (1)
127
else if ((root = this.
VisualTree
) != null)
System\Windows\Controls\ItemsPresenter.cs (2)
316
if( Template.
VisualTree
!= null )
318
type = Template.
VisualTree
.Type;
System\Windows\Controls\PasswordBox.cs (2)
474
if (oldTemplate!=null && newTemplate!= null && oldTemplate.
VisualTree
!= newTemplate.
VisualTree
)
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1034
if (oldTemplate!=null && newTemplate!= null && oldTemplate.
VisualTree
!= newTemplate.
VisualTree
)
System\Windows\FrameworkContentElement.cs (1)
673
frameworkTemplate.
VisualTree
,
System\Windows\FrameworkElement.cs (1)
1957
frameworkTemplate.
VisualTree
,
System\Windows\FrameworkTemplate.cs (4)
124
return HasContent ||
VisualTree
!= null;
554
if (
VisualTree
!= null)
556
FrameworkObject frameworkObject =
VisualTree
.InstantiateUnoptimizedTree();
1188
child, templateChildIndex, ref this.ChildRecordFromChildIndex, false, this.
VisualTree
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (5)
4362
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.ControlTemplate)target).
VisualTree
; };
4379
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.DataTemplate)target).
VisualTree
; };
4650
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.FrameworkTemplate)target).
VisualTree
; };
4790
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.HierarchicalDataTemplate)target).
VisualTree
; };
4978
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.ItemsPanelTemplate)target).
VisualTree
; };
System\Windows\StyleHelper.cs (5)
2297
oldFrameworkTemplate.
VisualTree
);
3386
oldFactory = (oldFrameworkTemplate != null) ? oldFrameworkTemplate.
VisualTree
: null;
3387
newFactory = (newFrameworkTemplate != null) ? newFrameworkTemplate.
VisualTree
: null;
3429
&& newFrameworkTemplate.
VisualTree
== null
3935
template.
VisualTree
);