5 references to LoadedPendingProperty
PresentationFramework (5)
System\Windows\BroadcastEventHelper.cs (3)
162object[] loadedPending = (object[])rootDO.GetValue(FrameworkElement.LoadedPendingProperty); 720if (fe.GetValue(FrameworkElement.LoadedPendingProperty) == null) 752if (fce.GetValue(FrameworkElement.LoadedPendingProperty) == null)
System\Windows\FrameworkContentElement.cs (1)
1640= FrameworkElement.LoadedPendingProperty.AddOwner(typeof(FrameworkContentElement));
System\Windows\Generated\FrameworkElement.cs (1)
1175get { return (object[]) GetValue(LoadedPendingProperty); }