1 write to _transformDecorator
PresentationFramework (1)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
47
_transformDecorator
= new Decorator();
12 references to _transformDecorator
PresentationFramework (12)
System\Windows\Controls\Primitives\PopupRoot.cs (12)
49
AddVisualChild(
_transformDecorator
);
52
_transformDecorator
.ClipToBounds = true;
58
_transformDecorator
.Child = _adornerDecorator;
82
return
_transformDecorator
;
134
_transformDecorator
.LayoutTransform = value;
155
_transformDecorator
.Measure(desiredSize);
177
desiredSize =
_transformDecorator
.DesiredSize;
201
_transformDecorator
.Measure(restricted1DDesiredSize);
202
desiredSize =
_transformDecorator
.DesiredSize;
237
_transformDecorator
.Measure(restrictedSize);
238
Size restricted2DDesiredSize =
_transformDecorator
.DesiredSize;
249
_transformDecorator
.Arrange(new Rect(arrangeSize));