5 references to LoadedPendingProperty
PresentationFramework (5)
System\Windows\BroadcastEventHelper.cs (3)
163object[] loadedPending = (object[])rootDO.GetValue(FrameworkElement.LoadedPendingProperty); 721if (fe.GetValue(FrameworkElement.LoadedPendingProperty) == null) 753if (fce.GetValue(FrameworkElement.LoadedPendingProperty) == null)
System\Windows\FrameworkContentElement.cs (1)
1649= FrameworkElement.LoadedPendingProperty.AddOwner(typeof(FrameworkContentElement));
System\Windows\Generated\FrameworkElement.cs (1)
1178get { return (object[]) GetValue(LoadedPendingProperty); }