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