1 write to _transformDecorator
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
43
_transformDecorator
= new Decorator();
12 references to _transformDecorator
PresentationFramework (12)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (12)
45
AddVisualChild(
_transformDecorator
);
48
_transformDecorator
.ClipToBounds = true;
54
_transformDecorator
.Child = _adornerDecorator;
78
return
_transformDecorator
;
130
_transformDecorator
.LayoutTransform = value;
151
_transformDecorator
.Measure(desiredSize);
173
desiredSize =
_transformDecorator
.DesiredSize;
197
_transformDecorator
.Measure(restricted1DDesiredSize);
198
desiredSize =
_transformDecorator
.DesiredSize;
233
_transformDecorator
.Measure(restrictedSize);
234
Size restricted2DDesiredSize =
_transformDecorator
.DesiredSize;
246
_transformDecorator
.Arrange(new Rect(arrangeSize));