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)
39AddVisualChild(_transformDecorator); 42_transformDecorator.ClipToBounds = true; 48_transformDecorator.Child = _adornerDecorator; 72return _transformDecorator; 124_transformDecorator.LayoutTransform = value; 145_transformDecorator.Measure(desiredSize); 164desiredSize = _transformDecorator.DesiredSize; 188_transformDecorator.Measure(restricted1DDesiredSize); 189desiredSize = _transformDecorator.DesiredSize; 224_transformDecorator.Measure(restrictedSize); 225Size restricted2DDesiredSize = _transformDecorator.DesiredSize; 236_transformDecorator.Arrange(new Rect(arrangeSize));