4 references to Depth
PresentationFramework (4)
src\Framework\System\Windows\Markup\StyleModeStack.cs (4)
47
Debug.Assert(
Depth
>= 0, "StyleModeStack's depth was " +
Depth
+ ", should be >= 0");
64
Debug.Assert(
Depth
>= 0, "StyleMode::Pop() with depth of " +
Depth
+ ", should be >= 0");