2 writes to _contentRects
PresentationFramework (2)
System\Windows\Input\KeyboardNavigation.cs (2)
692_contentRects = null; 697_contentRects = contentHost.GetRectangles(_adornedContentElement);
8 references to _contentRects
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
564if (_contentRects == null) 582IEnumerator<Rect> enumerator = _contentRects.GetEnumerator(); 584if (_canvasChildren.Count == _contentRects.Count) 691ReadOnlyCollection<Rect> oldRects = _contentRects; 726if (_contentRects != null && oldRects != null && _contentRects.Count == oldRects.Count) 730if (!DoubleUtil.AreClose(oldRects[i].Size, _contentRects[i].Size)) 739return _contentRects != oldRects;