2 writes to _contentRects
PresentationFramework (2)
System\Windows\Input\KeyboardNavigation.cs (2)
698_contentRects = null; 703_contentRects = contentHost.GetRectangles(_adornedContentElement);
8 references to _contentRects
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
572if (_contentRects == null) 590IEnumerator<Rect> enumerator = _contentRects.GetEnumerator(); 592if (_canvasChildren.Count == _contentRects.Count) 697ReadOnlyCollection<Rect> oldRects = _contentRects; 732if (_contentRects != null && oldRects != null && _contentRects.Count == oldRects.Count) 736if (!DoubleUtil.AreClose(oldRects[i].Size, _contentRects[i].Size)) 745return _contentRects != oldRects;