3 references to _positionAndSizeOfSetController
PresentationCore (3)
Core\CSharp\System\Windows\UIElement.cs (3)
4750
WeakReference<UIElement> wRef =
_positionAndSizeOfSetController
.GetValue(this);
4760
_positionAndSizeOfSetController
.SetValue(this, new WeakReference<UIElement>(value));
4764
_positionAndSizeOfSetController
.ClearValue(this);