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