11 references to NullReferenceException
PresentationCore (1)
Core\CSharp\System\Windows\Media\VisualTreeHelper.cs (1)
121throw new NullReferenceException("dpiInfo cannot be null");
System.Windows.Forms (2)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
316throw new System.NullReferenceException("PRINTDLG data is null"); 323throw new System.NullReferenceException("PRINTDLG data is null");
System.Workflow.ComponentModel (8)
AuthoringOM\Design\DesignerWidgets.cs (1)
2292throw new NullReferenceException(SR.GetString(SR.Error_CreatingToolTip));
AuthoringOM\ScheduleChanges.cs (1)
533throw new NullReferenceException(SR.GetString(SR.Error_InvalidRootForWorkflowChanges));
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
229throw new NullReferenceException(SR.GetString(SR.Error_InvalidRootForWorkflowChanges));
AuthoringOM\Serializer\DictionarySurrogate.cs (3)
26throw new NullReferenceException("keysProperty"); 32throw new NullReferenceException("valuesProperty"); 89throw new NullReferenceException("addMethod");
AuthoringOM\Serializer\GenericQueueSurrogate.cs (1)
66throw new NullReferenceException("enqueueMethod");
AuthoringOM\Serializer\ListSurrogate.cs (1)
67throw new NullReferenceException("addMethod");