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