2 writes to _contentRects
PresentationFramework (2)
System\Windows\Input\KeyboardNavigation.cs (2)
691_contentRects = null; 696_contentRects = contentHost.GetRectangles(_adornedContentElement);
8 references to _contentRects
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
563if (_contentRects == null) 581IEnumerator<Rect> enumerator = _contentRects.GetEnumerator(); 583if (_canvasChildren.Count == _contentRects.Count) 690ReadOnlyCollection<Rect> oldRects = _contentRects; 725if (_contentRects != null && oldRects != null && _contentRects.Count == oldRects.Count) 729if (!DoubleUtil.AreClose(oldRects[i].Size, _contentRects[i].Size)) 738return _contentRects != oldRects;