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)
49AddVisualChild(_transformDecorator); 52_transformDecorator.ClipToBounds = true; 58_transformDecorator.Child = _adornerDecorator; 82return _transformDecorator; 134_transformDecorator.LayoutTransform = value; 155_transformDecorator.Measure(desiredSize); 177desiredSize = _transformDecorator.DesiredSize; 201_transformDecorator.Measure(restricted1DDesiredSize); 202desiredSize = _transformDecorator.DesiredSize; 237_transformDecorator.Measure(restrictedSize); 238Size restricted2DDesiredSize = _transformDecorator.DesiredSize; 249_transformDecorator.Arrange(new Rect(arrangeSize));