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)
572
if (
_contentRects
== null)
590
IEnumerator<Rect> enumerator =
_contentRects
.GetEnumerator();
592
if (_canvasChildren.Count ==
_contentRects
.Count)
697
ReadOnlyCollection<Rect> oldRects =
_contentRects
;
732
if (
_contentRects
!= null && oldRects != null &&
_contentRects
.Count == oldRects.Count)
736
if (!DoubleUtil.AreClose(oldRects[i].Size,
_contentRects
[i].Size))
745
return
_contentRects
!= oldRects;