3 references to UnloadedPendingProperty
PresentationFramework (3)
System\Windows\BroadcastEventHelper.cs (1)
200object[] unloadedPending = (object[])rootDO.GetValue(FrameworkElement.UnloadedPendingProperty);
System\Windows\FrameworkContentElement.cs (1)
1656= FrameworkElement.UnloadedPendingProperty.AddOwner(typeof(FrameworkContentElement));
System\Windows\Generated\FrameworkElement.cs (1)
1184get { return (object[]) GetValue(UnloadedPendingProperty); }