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