11 references to IsOpenProperty
PresentationFramework (11)
System\Windows\Controls\ContextMenu.cs (1)
125Popup.IsOpenProperty.AddOwner(
System\Windows\Controls\Primitives\Popup.cs (8)
297get { return (bool) GetValue(IsOpenProperty); } 298set { SetValue(IsOpenProperty, BooleanBoxes.Box(value)); } 328CoerceValue(IsOpenProperty); 423((Popup)sender).SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox); 975popup.SetBinding(IsOpenProperty, binding); 1121SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox); 1259popup.SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox); 1805SetCurrentValueInternal(IsOpenProperty, BooleanBoxes.FalseBox);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3347DependencyProperty dp = System.Windows.Controls.Primitives.Popup.IsOpenProperty;
System\Windows\Markup\KnownTypes.cs (1)
1856return System.Windows.Controls.Primitives.Popup.IsOpenProperty;