2 references to RequestBringIntoViewEventArgs
PresentationFramework (2)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1083
RequestBringIntoViewEventArgs args = new
RequestBringIntoViewEventArgs
(this, Rect.Empty);
src\Framework\System\Windows\FrameworkElement.cs (1)
3310
RequestBringIntoViewEventArgs args = new
RequestBringIntoViewEventArgs
(this, targetRectangle);