Witam,właśnie tłumaczę kontrolkę wyświetlającą okno XNA w WFA na kontrolkę wyświetlającą okno SharpDX'a w WFA,napotkałem przy całej tej operacji 4 błędy (wcześniej było 12 ale udało mi je sie rozwiązać przy pomocy dokumentacji,jednak teraz dokumentacja nie pomaga),Poniżej zamieszczam podkreślone linijki oraz treści błędów:

PresentationParameters pp = GraphicsDevice.PresentationParameters;
Error	4	'SharpDX.Toolkit.Graphics.GraphicsDevice' does not contain a definition for 'PresentationParameters' and no extension method 'PresentationParameters' accepting a first argument of type 'SharpDX.Toolkit.Graphics.GraphicsDevice' could be found (are you missing a using directive or an assembly reference?)	F:\Projekty C#\SharpDX\SharpDX Training\MyGame1\MyGame1\WinformsGraphicsDevice\GraphicsDeviceControl.cs	228	64	MyGame1
case GraphicsDeviceStatus.NotReset:
 Error	3	'SharpDX.Toolkit.Graphics.GraphicsDeviceStatus' does not contain a definition for 'NotReset'	F:\Projekty C#\SharpDX\SharpDX Training\MyGame1\MyGame1\WinformsGraphicsDevice\GraphicsDeviceControl.cs	221	43	MyGame1
case GraphicsDeviceStatus.Lost:
 Error	2	'SharpDX.Toolkit.Graphics.GraphicsDeviceStatus' does not contain a definition for 'Lost'	F:\Projekty C#\SharpDX\SharpDX Training\MyGame1\MyGame1\WinformsGraphicsDevice\GraphicsDeviceControl.cs	217	43	MyGame1
graphicsDevice.Reset(parameters); 
Error	1	'SharpDX.Toolkit.Graphics.GraphicsDevice' does not contain a definition for 'Reset' and no extension method 'Reset' accepting a first argument of type 'SharpDX.Toolkit.Graphics.GraphicsDevice' could be found (are you missing a using directive or an assembly reference?)	F:\Projekty C#\SharpDX\SharpDX Training\MyGame1\MyGame1\WinformsGraphicsDevice\GraphicsDeviceService.cs	128	28	MyGame1
 

Mam przy tym wielki problem,jeśli ktoś wie jak to rozwiązać to bardzo proszę o odpowiedź,zauważyłem,że niektóre z tych klas nie istnieje więc jeśli ktoś zna jakieś zamienniki i wie jak ich użyć to będę wdzięczny!