5 references to LoadedPendingProperty
PresentationFramework (5)
System\Windows\BroadcastEventHelper.cs (3)
169object[] loadedPending = (object[])rootDO.GetValue(FrameworkElement.LoadedPendingProperty); 727if (fe.GetValue(FrameworkElement.LoadedPendingProperty) == null) 759if (fce.GetValue(FrameworkElement.LoadedPendingProperty) == null)
System\Windows\FrameworkContentElement.cs (1)
1661= FrameworkElement.LoadedPendingProperty.AddOwner(typeof(FrameworkContentElement));
System\Windows\Generated\FrameworkElement.cs (1)
1184get { return (object[]) GetValue(LoadedPendingProperty); }