2 writes to _contentRects
PresentationFramework (2)
System\Windows\Input\KeyboardNavigation.cs (2)
688_contentRects = null; 693_contentRects = contentHost.GetRectangles(_adornedContentElement);
8 references to _contentRects
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
562if (_contentRects == null) 580IEnumerator<Rect> enumerator = _contentRects.GetEnumerator(); 582if (_canvasChildren.Count == _contentRects.Count) 687ReadOnlyCollection<Rect> oldRects = _contentRects; 722if (_contentRects != null && oldRects != null && _contentRects.Count == oldRects.Count) 726if (!DoubleUtil.AreClose(oldRects[i].Size, _contentRects[i].Size)) 735return _contentRects != oldRects;