24 references to IsNotNull
PresentationFramework (24)
System\Windows\Shell\WindowChrome.cs (2)
73
Assert.
IsNotNull
(window);
330
Assert.
IsNotNull
(bp.DependencyProperty);
System\Windows\Shell\WindowChromeWorker.cs (11)
78
Assert.
IsNotNull
(_window);
117
Assert.
IsNotNull
(w);
118
Assert.
IsNotNull
(cw);
127
Assert.
IsNotNull
(window);
152
Assert.
IsNotNull
(_hwndSource);
171
Assert.
IsNotNull
(_hwndSource);
282
Assert.
IsNotNull
(_chromeInfo);
283
Assert.
IsNotNull
(_window);
935
Assert.
IsNotNull
(_window);
1120
Assert.
IsNotNull
(_window);
1140
Assert.
IsNotNull
(_window);
System\Windows\Standard\Debug.cs (1)
45
IsNotNull
(argument);
System\Windows\Standard\ErrorCodes.cs (2)
417
Assert.
IsNotNull
(e);
444
Assert.
IsNotNull
(e);
System\Windows\Standard\MessageWindow.cs (1)
161
Assert.
IsNotNull
(hwndWrapper);
System\Windows\Standard\NativeMethods.cs (1)
1608
Assert.
IsNotNull
(_cp);
System\Windows\Standard\Utilities.cs (4)
225
Assert.
IsNotNull
(property);
226
Assert.
IsNotNull
(listener);
238
Assert.
IsNotNull
(property);
239
Assert.
IsNotNull
(listener);
System\Windows\Standard\Verify.cs (2)
275
Assert.
IsNotNull
(parameter);
276
Assert.
IsNotNull
(interfaceType);