2 writes to _containerLayoutUpdated
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
594
_containerLayoutUpdated
+= value;
605
_containerLayoutUpdated
-= value;
7 references to _containerLayoutUpdated
PresentationCore (7)
System\Windows\Input\ManipulationLogic.cs (7)
582
if (
_containerLayoutUpdated
!= null)
593
bool wasNull =
_containerLayoutUpdated
== null;
597
if (wasNull &&
_containerLayoutUpdated
!= null)
604
bool wasNull =
_containerLayoutUpdated
== null;
608
if (!wasNull &&
_containerLayoutUpdated
== null)
641
Debug.Assert(
_containerLayoutUpdated
!= null);
646
_containerLayoutUpdated
(this, EventArgs.Empty);