11 references to IsOpenProperty
PresentationFramework (11)
System\Windows\Controls\ContextMenu.cs (1)
133Popup.IsOpenProperty.AddOwner(
System\Windows\Controls\Primitives\Popup.cs (8)
308get { return (bool) GetValue(IsOpenProperty); } 309set { SetValue(IsOpenProperty, BooleanBoxes.Box(value)); } 339CoerceValue(IsOpenProperty); 434((Popup)sender).SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox); 968popup.SetBinding(IsOpenProperty, binding); 1114SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox); 1252popup.SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox); 1796SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3231DependencyProperty dp = System.Windows.Controls.Primitives.Popup.IsOpenProperty;
System\Windows\Markup\KnownTypes.cs (1)
1862return System.Windows.Controls.Primitives.Popup.IsOpenProperty;