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)
562
if (
_contentRects
== null)
580
IEnumerator<Rect> enumerator =
_contentRects
.GetEnumerator();
582
if (_canvasChildren.Count ==
_contentRects
.Count)
687
ReadOnlyCollection<Rect> oldRects =
_contentRects
;
722
if (
_contentRects
!= null && oldRects != null &&
_contentRects
.Count == oldRects.Count)
726
if (!DoubleUtil.AreClose(oldRects[i].Size,
_contentRects
[i].Size))
735
return
_contentRects
!= oldRects;