1 write to _transformDecorator
PresentationFramework (1)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
38
_transformDecorator
= new Decorator();
12 references to _transformDecorator
PresentationFramework (12)
System\Windows\Controls\Primitives\PopupRoot.cs (12)
40
AddVisualChild(
_transformDecorator
);
43
_transformDecorator
.ClipToBounds = true;
49
_transformDecorator
.Child = _adornerDecorator;
73
return
_transformDecorator
;
125
_transformDecorator
.LayoutTransform = value;
146
_transformDecorator
.Measure(desiredSize);
168
desiredSize =
_transformDecorator
.DesiredSize;
192
_transformDecorator
.Measure(restricted1DDesiredSize);
193
desiredSize =
_transformDecorator
.DesiredSize;
228
_transformDecorator
.Measure(restrictedSize);
229
Size restricted2DDesiredSize =
_transformDecorator
.DesiredSize;
240
_transformDecorator
.Arrange(new Rect(arrangeSize));