2 writes to _containerLayoutUpdated
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
584
_containerLayoutUpdated
+= value;
595
_containerLayoutUpdated
-= value;
7 references to _containerLayoutUpdated
PresentationCore (7)
System\Windows\Input\ManipulationLogic.cs (7)
572
if (
_containerLayoutUpdated
!= null)
583
bool wasNull =
_containerLayoutUpdated
== null;
587
if (wasNull &&
_containerLayoutUpdated
!= null)
594
bool wasNull =
_containerLayoutUpdated
== null;
598
if (!wasNull &&
_containerLayoutUpdated
== null)
631
Debug.Assert(
_containerLayoutUpdated
!= null);
636
_containerLayoutUpdated
(this, EventArgs.Empty);