1 write to _placeholderBlock
PresentationFramework (1)
src\Framework\MS\Internal\Data\LiveShapingTree.cs (1)
33
_placeholderBlock
= new LiveShapingBlock(false);
3 references to _placeholderBlock
PresentationFramework (3)
src\Framework\MS\Internal\Data\LiveShapingTree.cs (3)
31
if (
_placeholderBlock
== null)
34
_placeholderBlock
.Parent = this;
36
return
_placeholderBlock
;