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)
45AddVisualChild(_transformDecorator); 48_transformDecorator.ClipToBounds = true; 54_transformDecorator.Child = _adornerDecorator; 78return _transformDecorator; 130_transformDecorator.LayoutTransform = value; 151_transformDecorator.Measure(desiredSize); 173desiredSize = _transformDecorator.DesiredSize; 197_transformDecorator.Measure(restricted1DDesiredSize); 198desiredSize = _transformDecorator.DesiredSize; 233_transformDecorator.Measure(restrictedSize); 234Size restricted2DDesiredSize = _transformDecorator.DesiredSize; 246_transformDecorator.Arrange(new Rect(arrangeSize));