2 writes to _contentRects
PresentationFramework (2)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
746_contentRects = null; 751_contentRects = contentHost.GetRectangles(_adornedContentElement);
8 references to _contentRects
PresentationFramework (8)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (8)
620if (_contentRects == null) 638IEnumerator<Rect> enumerator = _contentRects.GetEnumerator(); 640if (_canvasChildren.Count == _contentRects.Count) 745ReadOnlyCollection<Rect> oldRects = _contentRects; 780if (_contentRects != null && oldRects != null && _contentRects.Count == oldRects.Count) 784if (!DoubleUtil.AreClose(oldRects[i].Size, _contentRects[i].Size)) 793return _contentRects != oldRects;