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