예제 #1
0
		public void get_ownerDocument(PHTMLDocumentAction y)
		{
			// type safety out the window..
			var doc = (IHTMLDocument)(object)this.InternalElement.ownerDocument;

			y(
				(PIHTMLDocument)doc
			);
		}
예제 #2
0
        public void get_ownerDocument(PHTMLDocumentAction y)
        {
            // type safety out the window..
            var doc = (IHTMLDocument)(object)this.InternalElement.ownerDocument;

            y(
                (PIHTMLDocument)doc
                );
        }