I’m basically curious if any Microsoft code (.NET Framework) has any files that show attached properties and attached behaviors. I’m aware of numerous examples out there on the internet, but I’m more curious about seeing how Microsoft codes it.
I’m basically curious if any Microsoft code (.NET Framework) has any files that show
Share
Microsoft uses attached properties. Specifically
Grids. You assign a control’s row and column in a grid through attached properties. The MSDN documentation on Attached Properties also mentionsDockPanels:http://msdn.microsoft.com/en-us/library/ms749011.aspx