2 writes to _containerLayoutUpdated
PresentationCore (2)
System\Windows\Input\ManipulationLogic.cs (2)
587
_containerLayoutUpdated
+= value;
598
_containerLayoutUpdated
-= value;
7 references to _containerLayoutUpdated
PresentationCore (7)
System\Windows\Input\ManipulationLogic.cs (7)
575
if (
_containerLayoutUpdated
!= null)
586
bool wasNull =
_containerLayoutUpdated
== null;
590
if (wasNull &&
_containerLayoutUpdated
!= null)
597
bool wasNull =
_containerLayoutUpdated
== null;
601
if (!wasNull &&
_containerLayoutUpdated
== null)
634
Debug.Assert(
_containerLayoutUpdated
!= null);
639
_containerLayoutUpdated
(this, EventArgs.Empty);