2 writes to CanBuildVisualTree
PresentationFramework (2)
System\Windows\Controls\ContentPresenter.cs (2)
1004
CanBuildVisualTree
= true;
1035
CanBuildVisualTree
= true;
2 references to CanBuildVisualTree
PresentationFramework (2)
MS\Internal\Data\ObjectRef.cs (1)
268
dd = (cp != null && cp.TemplateInternal.
CanBuildVisualTree
) ? cp : null;
System\Windows\StyleHelper.cs (1)
3389
canBuildVisualTree = (oldFrameworkTemplate != null) ? oldFrameworkTemplate.
CanBuildVisualTree
: false;