2 writes to _containerLayoutUpdated
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (2)
649
_containerLayoutUpdated
+= value;
660
_containerLayoutUpdated
-= value;
7 references to _containerLayoutUpdated
PresentationCore (7)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (7)
637
if (
_containerLayoutUpdated
!= null)
648
bool wasNull =
_containerLayoutUpdated
== null;
652
if (wasNull &&
_containerLayoutUpdated
!= null)
659
bool wasNull =
_containerLayoutUpdated
== null;
663
if (!wasNull &&
_containerLayoutUpdated
== null)
696
Debug.Assert(
_containerLayoutUpdated
!= null);
701
_containerLayoutUpdated
(this, EventArgs.Empty);