2 writes to _containerLayoutUpdated
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
593
_containerLayoutUpdated
+= value;
604
_containerLayoutUpdated
-= value;
7 references to _containerLayoutUpdated
PresentationCore (7)
System\Windows\Input\ManipulationLogic.cs (7)
581
if (
_containerLayoutUpdated
!= null)
592
bool wasNull =
_containerLayoutUpdated
== null;
596
if (wasNull &&
_containerLayoutUpdated
!= null)
603
bool wasNull =
_containerLayoutUpdated
== null;
607
if (!wasNull &&
_containerLayoutUpdated
== null)
640
Debug.Assert(
_containerLayoutUpdated
!= null);
645
_containerLayoutUpdated
(this, EventArgs.Empty);