私はちょうど振り返りWindowsBase.dll >> System.Windows.UncommonField<T>
、このクラスの使用法について疑問に思いました...たとえば、-classで使用されていButton
ます:
public class Button : ButtonBase
{
private static readonly UncommonField<KeyboardFocusChangedEventHandler> FocusChangedEventHandlerField = new UncommonField<KeyboardFocusChangedEventHandler>();
}
では、この「ラッパー」の用途は何ですか?