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)
620
if (
_contentRects
== null)
638
IEnumerator<Rect> enumerator =
_contentRects
.GetEnumerator();
640
if (_canvasChildren.Count ==
_contentRects
.Count)
745
ReadOnlyCollection<Rect> oldRects =
_contentRects
;
780
if (
_contentRects
!= null && oldRects != null &&
_contentRects
.Count == oldRects.Count)
784
if (!DoubleUtil.AreClose(oldRects[i].Size,
_contentRects
[i].Size))
793
return
_contentRects
!= oldRects;