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