3 references to _positionAndSizeOfSetController
PresentationCore (3)
System\Windows\UIElement.cs (3)
4681
WeakReference<UIElement> wRef =
_positionAndSizeOfSetController
.GetValue(this);
4691
_positionAndSizeOfSetController
.SetValue(this, new WeakReference<UIElement>(value));
4695
_positionAndSizeOfSetController
.ClearValue(this);