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