11 references to IsOpenProperty
PresentationFramework (11)
System\Windows\Controls\ContextMenu.cs (1)
124Popup.IsOpenProperty.AddOwner(
System\Windows\Controls\Primitives\Popup.cs (8)
296get { return (bool) GetValue(IsOpenProperty); } 297set { SetValue(IsOpenProperty, BooleanBoxes.Box(value)); } 327CoerceValue(IsOpenProperty); 422((Popup)sender).SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox); 974popup.SetBinding(IsOpenProperty, binding); 1120SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox); 1255popup.SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox); 1801SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3346DependencyProperty dp = System.Windows.Controls.Primitives.Popup.IsOpenProperty;
System\Windows\Markup\KnownTypes.cs (1)
1855return System.Windows.Controls.Primitives.Popup.IsOpenProperty;