2 references to ListenToNotifications
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
3170
get { return (CheckFlagsAnd(Flags.
ListenToNotifications
)); }
3171
set { SetFlags(value, Flags.
ListenToNotifications
); }