2 references to IsInList
PresentationFramework (2)
System\Windows\Controls\ContainerTracking.cs (2)
111
Debug.Assert(
IsInList
(root), "This container should be in the tracking list.");
122
Debug.Assert(!
IsInList
(root), "This container shouldn't be in our tracking list");