2 writes to ChildSize
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
1510
_positionInfo.
ChildSize
= Size.Empty;
1879
_positionInfo.
ChildSize
= e.Size;
1 reference to ChildSize
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1877
if (e.Size != _positionInfo.
ChildSize
)