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); 167desiredSize = _transformDecorator.DesiredSize; 191_transformDecorator.Measure(restricted1DDesiredSize); 192desiredSize = _transformDecorator.DesiredSize; 227_transformDecorator.Measure(restrictedSize); 228Size restricted2DDesiredSize = _transformDecorator.DesiredSize; 239_transformDecorator.Arrange(new Rect(arrangeSize));