3 references to StockObject
PresentationFramework (3)
src\Framework\System\Windows\Standard\MessageWindow.cs (1)
82
hbrBackground = NativeMethods.GetStockObject(
StockObject
.NULL_BRUSH),
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
3122
private static extern IntPtr _GetStockObject(
StockObject
fnObject);
3128
public static IntPtr GetStockObject(
StockObject
fnObject)