1 instantiation of GiveFeedbackEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\DragDrop.cs (1)
718
args = new
GiveFeedbackEventArgs
((DragDropEffects)effect, /*UseDefaultCursors*/ false);
16 references to GiveFeedbackEventArgs
PresentationCore (12)
Core\CSharp\System\Windows\DragDrop.cs (3)
715
GiveFeedbackEventArgs
args;
792
private void RaiseGiveFeedbackEvent(
GiveFeedbackEventArgs
args)
894
private void OnDefaultGiveFeedback(
GiveFeedbackEventArgs
e)
Core\CSharp\System\Windows\Generated\ContentElement.cs (2)
1939
protected internal virtual void OnPreviewGiveFeedback(
GiveFeedbackEventArgs
e) {}
1958
protected internal virtual void OnGiveFeedback(
GiveFeedbackEventArgs
e) {}
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
2579
private static void OnPreviewGiveFeedbackThunk(object sender,
GiveFeedbackEventArgs
e)
2608
private static void OnGiveFeedbackThunk(object sender,
GiveFeedbackEventArgs
e)
4217
protected virtual void OnPreviewGiveFeedback(
GiveFeedbackEventArgs
e) {}
4236
protected virtual void OnGiveFeedback(
GiveFeedbackEventArgs
e) {}
Core\CSharp\System\Windows\Generated\UIElement3D.cs (2)
1645
protected internal virtual void OnPreviewGiveFeedback(
GiveFeedbackEventArgs
e) {}
1664
protected internal virtual void OnGiveFeedback(
GiveFeedbackEventArgs
e) {}
Core\CSharp\System\Windows\GiveFeedbackEventHandler.cs (1)
21
public delegate void GiveFeedbackEventHandler(object sender,
GiveFeedbackEventArgs
e);
PresentationFramework (4)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
650
protected override void OnGiveFeedback(
GiveFeedbackEventArgs
e)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1262
protected override void OnGiveFeedback(
GiveFeedbackEventArgs
e)
src\Framework\System\windows\Documents\TextEditor.cs (1)
744
internal void OnGiveFeedback(
GiveFeedbackEventArgs
e)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
776
internal static void OnGiveFeedback(object sender,
GiveFeedbackEventArgs
e)