動作環境
Windows 8.1 Pro (64bit)
Microsoft Visual Studio 2017 Community
Sublime Text 2
Visual Studio | WPF > カスタム添付プロパティの使用例 | link:AttachedPropertyBrowsableForType
で気になった「AttachedPropertyBrowsableForType 」について。
AttachedPropertyBrowsableForTypeAttribute クラス
This .NET Framework attribute should only be applied on the get accessor of attached property definitions. Do not apply this .NET Framework attribute to the set accessor.
「getには使ってよいが、setには使わないように」ということのようだが、検索で見つかる使用例ではsetにも使っているものもある。