2 writes to _contentRects
PresentationFramework (2)
System\Windows\Input\KeyboardNavigation.cs (2)
691
_contentRects
= null;
696
_contentRects
= contentHost.GetRectangles(_adornedContentElement);
8 references to _contentRects
PresentationFramework (8)
System\Windows\Input\KeyboardNavigation.cs (8)
563
if (
_contentRects
== null)
581
IEnumerator<Rect> enumerator =
_contentRects
.GetEnumerator();
583
if (_canvasChildren.Count ==
_contentRects
.Count)
690
ReadOnlyCollection<Rect> oldRects =
_contentRects
;
725
if (
_contentRects
!= null && oldRects != null &&
_contentRects
.Count == oldRects.Count)
729
if (!DoubleUtil.AreClose(oldRects[i].Size,
_contentRects
[i].Size))
738
return
_contentRects
!= oldRects;