1 write to _transformDecorator
PresentationFramework (1)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
37
_transformDecorator
= new Decorator();
12 references to _transformDecorator
PresentationFramework (12)
System\Windows\Controls\Primitives\PopupRoot.cs (12)
39
AddVisualChild(
_transformDecorator
);
42
_transformDecorator
.ClipToBounds = true;
48
_transformDecorator
.Child = _adornerDecorator;
72
return
_transformDecorator
;
124
_transformDecorator
.LayoutTransform = value;
145
_transformDecorator
.Measure(desiredSize);
167
desiredSize =
_transformDecorator
.DesiredSize;
191
_transformDecorator
.Measure(restricted1DDesiredSize);
192
desiredSize =
_transformDecorator
.DesiredSize;
227
_transformDecorator
.Measure(restrictedSize);
228
Size restricted2DDesiredSize =
_transformDecorator
.DesiredSize;
239
_transformDecorator
.Arrange(new Rect(arrangeSize));