1 instantiation of ZRange
PresentationFramework (1)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
119
s_ZRanges.Add(level, new
ZRange
(min, max));
2 references to ZRange
PresentationFramework (2)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
518
if (s_ZRanges.TryGetValue(level, out
ZRange
range))
558
private static readonly Dictionary<int,
ZRange
> s_ZRanges = new();