1 write to _transformDecorator
PresentationFramework (1)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
38_transformDecorator = new Decorator();
12 references to _transformDecorator
PresentationFramework (12)
System\Windows\Controls\Primitives\PopupRoot.cs (12)
40AddVisualChild(_transformDecorator); 43_transformDecorator.ClipToBounds = true; 49_transformDecorator.Child = _adornerDecorator; 73return _transformDecorator; 125_transformDecorator.LayoutTransform = value; 146_transformDecorator.Measure(desiredSize); 168desiredSize = _transformDecorator.DesiredSize; 192_transformDecorator.Measure(restricted1DDesiredSize); 193desiredSize = _transformDecorator.DesiredSize; 228_transformDecorator.Measure(restrictedSize); 229Size restricted2DDesiredSize = _transformDecorator.DesiredSize; 240_transformDecorator.Arrange(new Rect(arrangeSize));