rakka74

Results 1 issues of rakka74

ListViewのアイテムとして使用したところ、スクロールするとD2dControlの中でNullReferenceExceptionが発生しました。 * スタックトレース ``` D2dControl.dll!D2dControl.D2dControl.CreateAndBindTargets() 不明 D2dControl.dll!D2dControl.D2dControl.OnRenderSizeChanged(System.Windows.SizeChangedInfo sizeInfo) 不明 PresentationCore.dll!System.Windows.ContextLayoutManager.fireSizeChangedEvents() 不明 PresentationCore.dll!System.Windows.ContextLayoutManager.UpdateLayout() 不明 PresentationCore.dll!System.Windows.UIElement.UpdateLayout() 不明 PresentationFramework.dll!System.Windows.Controls.VirtualizingStackPanel.InitializeViewport.AnonymousMethod__0() 不明 ``` * サンプルアプリのコード https://gist.github.com/rakka74/759019690cc4936be88f606fa02733b0 ListViewのVirtualizingPanel.VirtualizationMode="Recycling"を削除すると例外は出なくなりました。 * 動作環境 * OS: Windows 7 Home Premium...